- Timestamp:
- 2010-02-23T19:03:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c62d2e1
- Parents:
- 1ccafee (diff), 5e50394 (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:
-
- 2 added
- 7 edited
- 1 moved
-
amd64/Makefile.config (modified) (1 diff)
-
arm32/Makefile.config (modified) (1 diff)
-
ia32/Makefile.config (modified) (1 diff)
-
ia64/Makefile.config (modified) (1 diff)
-
mips32/Makefile.config (modified) (1 diff)
-
ppc32/Makefile.config (modified) (1 diff)
-
sparc64/Makefile.config (modified) (1 diff)
-
sparc64/sun4v/Makefile.config (added)
-
special/Makefile.config (moved) (moved from defaults/abs32le/Makefile.config ) (1 diff)
-
special/abs32le/Makefile.config (added)
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r1ccafee r0b9ac3c 61 61 # Mount /data on startup 62 62 CONFIG_MOUNT_DATA = n 63 64 # Default networking architecture 65 NETWORKING = modular -
defaults/arm32/Makefile.config
r1ccafee r0b9ac3c 37 37 # Mount /data on startup 38 38 CONFIG_MOUNT_DATA = n 39 40 # Default networking architecture 41 NETWORKING = none -
defaults/ia32/Makefile.config
r1ccafee r0b9ac3c 67 67 # Mount /data on startup 68 68 CONFIG_MOUNT_DATA = n 69 70 # Default networking architecture 71 NETWORKING = modular -
defaults/ia64/Makefile.config
r1ccafee r0b9ac3c 49 49 # Mount /data on startup 50 50 CONFIG_MOUNT_DATA = n 51 52 # Default networking architecture 53 NETWORKING = modular -
defaults/mips32/Makefile.config
r1ccafee r0b9ac3c 43 43 # Mount /data on startup 44 44 CONFIG_MOUNT_DATA = n 45 46 # Default networking architecture 47 NETWORKING = none -
defaults/ppc32/Makefile.config
r1ccafee r0b9ac3c 43 43 # Mount /data on startup 44 44 CONFIG_MOUNT_DATA = n 45 46 # Default networking architecture 47 NETWORKING = none -
defaults/sparc64/Makefile.config
r1ccafee r0b9ac3c 61 61 # Mount /data on startup 62 62 CONFIG_MOUNT_DATA = n 63 64 # Default networking architecture 65 NETWORKING = modular -
defaults/special/Makefile.config
r1ccafee r0b9ac3c 1 # Platform2 PLATFORM = abs32le3 4 1 # RAM disk format 5 2 RDFMT = fat 6 3 7 4 # Compiler 8 COMPILER = gcc_native 5 COMPILER = gcc_cross 6 7 # Support for SMP 8 CONFIG_SMP = y 9 9 10 10 # Debug build
Note:
See TracChangeset
for help on using the changeset viewer.
