Changes in defaults/ia32/Makefile.config [a0a273e:b3364b7c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/ia32/Makefile.config
ra0a273e rb3364b7c 10 10 # Compiler 11 11 COMPILER = gcc_cross 12 13 # In case compiler is clang, whether or not to use its integrated assembler.14 INTEGRATED_AS = default15 12 16 13 # Debug build … … 80 77 CONFIG_USE_SHARED_LIBS = y 81 78 82 # Include development files (headers, libraries)83 CONFIG_DEVEL_FILES = y84 85 79 # OHCI root hub power switch, ganged is enough 86 80 OHCI_POWER_SWITCH = ganged … … 88 82 # GRUB boot loader architecture 89 83 GRUB_ARCH = pc 90 91 # Optimization level92 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.