- Timestamp:
- 2009-08-20T20:47:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b50b5af2
- Parents:
- 24edc18
- Location:
- defaults
- Files:
-
- 7 edited
-
amd64/Makefile.config (modified) (2 diffs)
-
arm32/Makefile.config (modified) (2 diffs)
-
ia32/Makefile.config (modified) (2 diffs)
-
ia64/Makefile.config (modified) (2 diffs)
-
mips32/Makefile.config (modified) (2 diffs)
-
ppc32/Makefile.config (modified) (2 diffs)
-
sparc64/Makefile.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 56 56 CONFIG_VESA_BPP = 16 57 57 58 # Use shared C library 59 CONFIG_SHARED_LIBC = n 60 58 61 # Load disk drivers on startup 59 62 CONFIG_START_BD = n -
defaults/arm32/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 32 32 CONFIG_HID_OUT = generic 33 33 34 # Use shared C library 35 CONFIG_SHARED_LIBC = n 36 34 37 # Load disk drivers on startup 35 38 CONFIG_START_BD = n -
defaults/ia32/Makefile.config
r24edc18 r1ea99cc 6 6 7 7 # Ramdisk format 8 RDFMT = fat8 RDFMT = tmpfs 9 9 10 10 # Compiler … … 62 62 CONFIG_VESA_BPP = 16 63 63 64 # Use shared C library 65 CONFIG_SHARED_LIBC = n 66 64 67 # Load disk drivers on startup 65 68 CONFIG_START_BD = n -
defaults/ia64/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 44 44 CONFIG_HID_OUT = generic 45 45 46 # Use shared C library 47 CONFIG_SHARED_LIBC = n 48 46 49 # Load disk drivers on startup 47 50 CONFIG_START_BD = n -
defaults/mips32/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 38 38 CONFIG_HID_OUT = generic 39 39 40 # Use shared C library 41 CONFIG_SHARED_LIBC = n 42 40 43 # Load disk drivers on startup 41 44 CONFIG_START_BD = n -
defaults/ppc32/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 38 38 CONFIG_BAT = y 39 39 40 # Use shared C library 41 CONFIG_SHARED_LIBC = n 42 40 43 # Load disk drivers on startup 41 44 CONFIG_START_BD = n -
defaults/sparc64/Makefile.config
r24edc18 r1ea99cc 3 3 4 4 # Ramdisk format 5 RDFMT = fat5 RDFMT = tmpfs 6 6 7 7 # Compiler … … 56 56 CONFIG_RD_EXTERNAL = y 57 57 58 # Use shared C library 59 CONFIG_SHARED_LIBC = n 60 58 61 # Load disk drivers on startup 59 62 CONFIG_START_BD = n
Note:
See TracChangeset
for help on using the changeset viewer.
