Changeset 31fb9a0 in mainline for defaults/mips32
- Timestamp:
- 2009-03-08T13:38:22Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0af8bcd
- Parents:
- ec944b1
- Location:
- defaults/mips32
- Files:
-
- 2 added
- 2 moved
-
GXemul/Makefile.config (added)
-
Makefile.config (moved) (moved from contrib/default/mips32/Makefile.config ) (3 diffs)
-
msim/Makefile.config (added)
-
output (moved) (moved from contrib/default/mips32/output )
Legend:
- Unmodified
- Added
- Removed
-
defaults/mips32/Makefile.config
rec944b1 r31fb9a0 2 2 PLATFORM = mips32 3 3 4 # Machine type5 MACHINE = lgxemul6 7 4 # Ramdisk format 8 RDFMT = tmpfs5 RDFMT = fat 9 6 10 7 # Compiler … … 14 11 CONFIG_DEBUG = y 15 12 16 # Lazy FPU context switching 17 CONFIG_FPU_LAZY = y 13 # Deadlock detection support for spinlocks 14 CONFIG_DEBUG_SPINLOCK = y 15 16 # Support for SMP 17 CONFIG_SMP = y 18 18 19 19 # Support for userspace debuggers 20 CONFIG_UDEBUG = n20 CONFIG_UDEBUG = y 21 21 22 22 # Kernel console support … … 26 26 CONFIG_LOG = n 27 27 28 # Save all interrupt registers29 CONFIG_DEBUG_ALLREGS = y30 31 28 # Compile kernel tests 32 29 CONFIG_TEST = y 33 30 34 # Framebuffer support35 CONFIG_FB =y31 # Keyboard layout 32 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.
