Changeset 8e7c9fe in mainline for boot/arch/ia64/Makefile.inc
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/Makefile.inc
r3eb0c85 r8e7c9fe 31 31 BFD_ARCH = ia64 32 32 33 #34 # FIXME:35 #36 # The -fno-selective-scheduling and -fno-selective-scheduling2 options37 # should be removed as soon as a bug in GCC concerning unchecked38 # speculative loads is fixed.39 #40 # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 for reference.41 #42 43 33 BITS = 64 44 34 ENDIANESS = LE 45 EXTRA_CFLAGS = -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -mno-sdata -fno-selective-scheduling -fno-selective-scheduling235 EXTRA_CFLAGS = -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -mno-sdata 46 36 47 37 RD_SRVS_NON_ESSENTIAL += … … 74 64 arch/$(BARCH)/src/ski.c 75 65 endif 66 67 RD_DRVS_ESSENTIAL += \ 68 platform/pc \ 69 bus/pci/pciintel \ 70 bus/isa \ 71 char/i8042 \ 72 char/xtkbd 73 74 RD_DRVS_NON_ESSENTIAL += \ 75 char/ns8250 \ 76 time/cmos-rtc \ 77 bus/usb/ehci\ 78 bus/usb/ohci \ 79 bus/usb/uhci \ 80 bus/usb/uhcirh \ 81 bus/usb/usbflbk \ 82 bus/usb/usbhub \ 83 bus/usb/usbhid \ 84 bus/usb/usbmast \ 85 bus/usb/usbmid \ 86 bus/usb/vhc 87 88 RD_DRV_CFG += \ 89 bus/isa 90
Note:
See TracChangeset
for help on using the changeset viewer.