Changes in defaults/amd64/Makefile.config [4bf0926e:a0a273e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r4bf0926e ra0a273e 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 = default 12 15 13 16 # Debug build … … 65 68 CONFIG_BFB_BPP = 16 66 69 70 # Include development files (headers, libraries) 71 CONFIG_DEVEL_FILES = y 72 67 73 # OHCI root hub power switch, ganged is enough 68 74 OHCI_POWER_SWITCH = ganged … … 70 76 # GRUB boot loader architecture 71 77 GRUB_ARCH = pc 78 79 # Optimization level 80 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.