Changeset bc025de


Ignore:
Timestamp:
Feb 3, 2008, 10:23:15 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
55426c3
Parents:
aab67ee
Message:

Quick Fix.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/patches.ent

    raab67ee rbc025de  
    206206
    207207<!ENTITY linux-elf_spitfire_fix-patch "linux-&linux-version;-elf_spitfire_fix-1.patch">
    208 <!ENTITY linux-elf_spitfire_fix-patch-md5 "45ad9299d3306e0e5f35c6bd78e87bc7">
     208<!ENTITY linux-elf_spitfire_fix-patch-md5 "e0198bd54b7d1a2cd142d1bb22ae61f8">
    209209<!ENTITY linux-elf_spitfire_fix-patch-size "4 KB">
    210210
  • patches/linux-2.6.24-elf_spitfire_fix-1.patch

    raab67ee rbc025de  
    3232 header-y += utrap.h
    3333 header-y += watchdog.h
    34 diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild.orig linux-2.6.24/include/asm-sparc64/Kbuild.orig
    35 --- linux-2.6.24.orig/include/asm-sparc64/Kbuild.orig   1969-12-31 19:00:00.000000000 -0500
    36 +++ linux-2.6.24/include/asm-sparc64/Kbuild.orig        2008-01-24 17:58:37.000000000 -0500
    37 @@ -0,0 +1,24 @@
    38 +include include/asm-generic/Kbuild.asm
    39 +
    40 +ALTARCH := sparc
    41 +ARCHDEF := defined __sparc__ && defined __arch64__
    42 +ALTARCHDEF := defined __sparc__ && !defined __arch64__
    43 +
    44 +header-y += apb.h
    45 +header-y += asi.h
    46 +header-y += bbc.h
    47 +header-y += bpp.h
    48 +header-y += display7seg.h
    49 +header-y += envctrl.h
    50 +header-y += openprom.h
    51 +header-y += openpromio.h
    52 +header-y += pconf.h
    53 +header-y += psrcompat.h
    54 +header-y += pstate.h
    55 +header-y += reg.h
    56 +header-y += uctx.h
    57 +header-y += utrap.h
    58 +header-y += watchdog.h
    59 +
    60 +unifdef-y += fbio.h
    61 +unifdef-y += perfctr.h
Note: See TracChangeset for help on using the changeset viewer.