Changeset 30730e5 in mainline
- Timestamp:
- 2014-12-20T13:42:04Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 644352c
- Parents:
- d8bb821
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rd8bb821 r30730e5 380 380 381 381 % FPU support 382 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y) 383 384 % FPU support 385 ! [PLATFORM=ppc32] CONFIG_FPU (n/y) 382 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_FPU (y) 386 383 387 384 ## ARMv7 made FPU hardware compulsory -
defaults/ppc32/Makefile.config
rd8bb821 r30730e5 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # Lazy FPU context switching 11 CONFIG_FPU_LAZY = n 9 12 10 13 # Debug build
Note:
See TracChangeset
for help on using the changeset viewer.