- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- defaults
- Files:
-
- 4 added
- 1 deleted
- 8 edited
- 1 moved
-
amd64/Makefile.config (modified) (2 diffs)
-
arm32/Makefile.config (modified) (2 diffs)
-
arm32/gta02/Makefile.config (added)
-
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) (4 diffs)
-
sparc64/niagara/Makefile.config (added)
-
sparc64/serengeti/Makefile.config (modified) (1 diff)
-
sparc64/ultra/Makefile.config (moved) (moved from defaults/sparc64/us/Makefile.config )
-
sparc64/us3/Makefile.config (deleted)
-
special/Makefile.config (added)
-
special/abs32le/Makefile.config (added)
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
rb50b5af2 r04803bf 32 32 CONFIG_LOG = n 33 33 34 # Kernel function tracing 35 CONFIG_TRACE = n 36 34 37 # Compile kernel tests 35 38 CONFIG_TEST = y … … 64 67 # Mount /data on startup 65 68 CONFIG_MOUNT_DATA = n 69 -
defaults/arm32/Makefile.config
rb50b5af2 r04803bf 23 23 CONFIG_LOG = n 24 24 25 # Kernel function tracing 26 CONFIG_TRACE = n 27 25 28 # Compile kernel tests 26 29 CONFIG_TEST = y … … 40 43 # Mount /data on startup 41 44 CONFIG_MOUNT_DATA = n 45 -
defaults/ia32/Makefile.config
rb50b5af2 r04803bf 38 38 CONFIG_LOG = n 39 39 40 # Kernel function tracing 41 CONFIG_TRACE = n 42 40 43 # Compile kernel tests 41 44 CONFIG_TEST = y … … 70 73 # Mount /data on startup 71 74 CONFIG_MOUNT_DATA = n 75 -
defaults/ia64/Makefile.config
rb50b5af2 r04803bf 35 35 CONFIG_LOG = n 36 36 37 # Kernel function tracing 38 CONFIG_TRACE = n 39 37 40 # Compile kernel tests 38 41 CONFIG_TEST = y … … 52 55 # Mount /data on startup 53 56 CONFIG_MOUNT_DATA = n 57 -
defaults/mips32/Makefile.config
rb50b5af2 r04803bf 29 29 CONFIG_LOG = n 30 30 31 # Kernel function tracing 32 CONFIG_TRACE = n 33 31 34 # Compile kernel tests 32 35 CONFIG_TEST = y … … 46 49 # Mount /data on startup 47 50 CONFIG_MOUNT_DATA = n 51 -
defaults/ppc32/Makefile.config
rb50b5af2 r04803bf 23 23 CONFIG_LOG = n 24 24 25 # Kernel function tracing 26 CONFIG_TRACE = n 27 25 28 # Compile kernel tests 26 29 CONFIG_TEST = y … … 46 49 # Mount /data on startup 47 50 CONFIG_MOUNT_DATA = n 51 -
defaults/sparc64/Makefile.config
rb50b5af2 r04803bf 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler … … 38 38 CONFIG_LOG = n 39 39 40 # Kernel function tracing 41 CONFIG_TRACE = n 42 40 43 # Compile kernel tests 41 44 CONFIG_TEST = y … … 53 56 CONFIG_AOUT_ISOFS_B = y 54 57 55 # External ramdisk56 CONFIG_RD_EXTERNAL = y57 58 # Use shared C library59 CONFIG_SHARED_LIBC = n60 61 58 # Load disk drivers on startup 62 59 CONFIG_START_BD = n … … 64 61 # Mount /data on startup 65 62 CONFIG_MOUNT_DATA = n 63 -
defaults/sparc64/serengeti/Makefile.config
rb50b5af2 r04803bf 1 1 # Machine type 2 2 MACHINE = serengeti 3 RDFMT = tmpfs 4 CONFIG_SMP = n 5 CONFIG_DEBUG = n 6 CONFIG_UDEBUG = n 7 CONFIG_SYMTAB = n 8 CONFIG_TEST = n 9 CONFIG_STRIP_BINARIES = y 10 CONFIG_OPTIMIZE_FOR_SIZE = y 11 CONFIG_BAREBONE = y
Note:
See TracChangeset
for help on using the changeset viewer.
