- Timestamp:
- 2011-05-01T12:33:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f9bc04
- Parents:
- 326d86e
- Location:
- defaults
- Files:
-
- 8 edited
-
amd64/Makefile.config (modified) (2 diffs)
-
arm32/Makefile.config (modified) (2 diffs)
-
ia32/Makefile.config (modified) (1 diff)
-
ia64/Makefile.config (modified) (2 diffs)
-
mips32/Makefile.config (modified) (1 diff)
-
ppc32/Makefile.config (modified) (1 diff)
-
sparc64/Makefile.config (modified) (1 diff)
-
special/Makefile.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r326d86e r3f10d92 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler … … 59 59 CONFIG_VESA_BPP = 16 60 60 61 # Build shared libraries62 CONFIG_BUILD_SHARED_LIBS = n63 64 61 # Load disk drivers on startup 65 62 CONFIG_START_BD = n -
defaults/arm32/Makefile.config
r326d86e r3f10d92 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler … … 35 35 CONFIG_HID_OUT = generic 36 36 37 # Build shared libraries38 CONFIG_BUILD_SHARED_LIBS = n39 40 37 # Load disk drivers on startup 41 38 CONFIG_START_BD = n -
defaults/ia32/Makefile.config
r326d86e r3f10d92 6 6 7 7 # Ramdisk format 8 RDFMT = tmpfs8 RDFMT = fat 9 9 10 10 # Compiler -
defaults/ia64/Makefile.config
r326d86e r3f10d92 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler … … 47 47 CONFIG_HID_OUT = generic 48 48 49 # Build shared libraries50 CONFIG_BUILD_SHARED_LIBS = n51 52 49 # Load disk drivers on startup 53 50 CONFIG_START_BD = n -
defaults/mips32/Makefile.config
r326d86e r3f10d92 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler -
defaults/ppc32/Makefile.config
r326d86e r3f10d92 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler -
defaults/sparc64/Makefile.config
r326d86e r3f10d92 56 56 CONFIG_AOUT_ISOFS_B = y 57 57 58 # Build shared libraries59 CONFIG_BUILD_SHARED_LIBS = n60 61 58 # Load disk drivers on startup 62 59 CONFIG_START_BD = n -
defaults/special/Makefile.config
r326d86e r3f10d92 29 29 CONFIG_TEST = y 30 30 31 # Build shared libraries32 CONFIG_BUILD_SHARED_LIBS = n33 34 31 # Load disk drivers on startup 35 32 CONFIG_START_BD = n
Note:
See TracChangeset
for help on using the changeset viewer.
