Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/Makefile.inc

    r1008064 r27f67f5  
    3030BFD_ARCH = ia64-elf64
    3131
    32 #
    33 # FIXME:
    34 #
    35 # The -fno-selective-scheduling and -fno-selective-scheduling2 options
    36 # should be removed as soon as a bug in GCC concerning unchecked
    37 # speculative loads is fixed.
    38 #
    39 # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 for reference.
    40 #
    41 
    42 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 -fno-selective-scheduling -fno-selective-scheduling2
     32CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
    4333GCC_CFLAGS += $(CMN1)
    4434ICC_CFLAGS += $(CMN1)
     
    5343        arch/$(KARCH)/src/start.S \
    5444        arch/$(KARCH)/src/asm.S \
    55         arch/$(KARCH)/src/dummy.s \
     45        arch/$(KARCH)/src/dummy.S \
    5646        arch/$(KARCH)/src/ia64.c \
    5747        arch/$(KARCH)/src/fpu_context.c \
     
    7161        arch/$(KARCH)/src/ddi/ddi.c \
    7262        arch/$(KARCH)/src/smp/smp.c \
     63        arch/$(KARCH)/src/smp/smp_call.c \
    7364        arch/$(KARCH)/src/drivers/it.c
    7465
     
    8273        BFD = binary
    8374endif
     75
     76ARCH_AUTOGENS_AG = \
     77        arch/$(KARCH)/include/arch/istate_struct.ag \
     78        arch/$(KARCH)/include/arch/context_struct.ag
     79
Note: See TracChangeset for help on using the changeset viewer.