- Timestamp:
- 2017-10-03T16:04:22Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4a9f5d
- Parents:
- 68f4671
- Location:
- defaults
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r68f4671 r2c52073 73 73 # GRUB boot loader architecture 74 74 GRUB_ARCH = pc 75 76 # Optimization level 77 OPTIMIZATION = 3 -
defaults/arm32/Makefile.config
r68f4671 r2c52073 37 37 # What is your output device? 38 38 CONFIG_HID_OUT = generic 39 40 # Optimization level 41 OPTIMIZATION = 3 -
defaults/ia32/Makefile.config
r68f4671 r2c52073 85 85 # GRUB boot loader architecture 86 86 GRUB_ARCH = pc 87 88 # Optimization level 89 OPTIMIZATION = 3 -
defaults/ia64/Makefile.config
r68f4671 r2c52073 49 49 # Output device class 50 50 CONFIG_HID_OUT = generic 51 52 # Optimization level 53 OPTIMIZATION = 3 -
defaults/mips32/Makefile.config
r68f4671 r2c52073 46 46 # Barebone build with essential binaries only 47 47 CONFIG_BAREBONE = y 48 49 # Optimization level 50 OPTIMIZATION = 3 -
defaults/ppc32/Makefile.config
r68f4671 r2c52073 46 46 # OHCI root hub power switch, ganged is enough 47 47 OHCI_POWER_SWITCH = ganged 48 49 # Optimization level 50 OPTIMIZATION = 3 -
defaults/sparc64/Makefile.config
r68f4671 r2c52073 55 55 # Start AP processors by the loader 56 56 CONFIG_AP = y 57 58 # Optimization level 59 OPTIMIZATION = 3 -
defaults/special/Makefile.config
r68f4671 r2c52073 32 32 RCU = PREEMPT_A 33 33 34 # Optimization level 35 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.