- Timestamp:
- 2010-02-20T20:54:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 721d4e85, 95c4776
- Parents:
- f516bc2 (diff), b03a666 (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:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
rf516bc2 rc2efbb4 61 61 # Mount /data on startup 62 62 CONFIG_MOUNT_DATA = n 63 64 # Default networking architecture 65 NETWORKING = modular -
defaults/arm32/Makefile.config
rf516bc2 rc2efbb4 37 37 # Mount /data on startup 38 38 CONFIG_MOUNT_DATA = n 39 40 # Default networking architecture 41 NETWORKING = none -
defaults/ia32/Makefile.config
rf516bc2 rc2efbb4 67 67 # Mount /data on startup 68 68 CONFIG_MOUNT_DATA = n 69 70 # Default networking architecture 71 NETWORKING = modular -
defaults/ia64/Makefile.config
rf516bc2 rc2efbb4 49 49 # Mount /data on startup 50 50 CONFIG_MOUNT_DATA = n 51 52 # Default networking architecture 53 NETWORKING = modular -
defaults/mips32/Makefile.config
rf516bc2 rc2efbb4 43 43 # Mount /data on startup 44 44 CONFIG_MOUNT_DATA = n 45 46 # Default networking architecture 47 NETWORKING = none -
defaults/ppc32/Makefile.config
rf516bc2 rc2efbb4 43 43 # Mount /data on startup 44 44 CONFIG_MOUNT_DATA = n 45 46 # Default networking architecture 47 NETWORKING = none -
defaults/sparc64/Makefile.config
rf516bc2 rc2efbb4 61 61 # Mount /data on startup 62 62 CONFIG_MOUNT_DATA = n 63 64 # Default networking architecture 65 NETWORKING = modular -
defaults/sparc64/sun4v/Makefile.config
rf516bc2 rc2efbb4 12 12 13 13 CONFIG_FB = n 14 15 NETWORKING = none 16 -
defaults/special/Makefile.config
rf516bc2 rc2efbb4 3 3 4 4 # Compiler 5 COMPILER = gcc_ native5 COMPILER = gcc_cross 6 6 7 7 # Support for SMP -
defaults/special/abs32le/Makefile.config
rf516bc2 rc2efbb4 1 1 # Platform 2 2 PLATFORM = abs32le 3 4 # Cross-compiler target 5 CROSS_TARGET = ia32 6 7 # Networking architecture 8 NETWORKING = none
Note:
See TracChangeset
for help on using the changeset viewer.