Ignore:
File:
1 edited

Legend:

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

    r7c682dd1 rcf84f1bf  
    3131BFD = binary
    3232
    33 GCC_CFLAGS += -m64 -mcpu=ultrasparc
     33GCC_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow
    3434SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float
    3535
    36 LFLAGS = -no-check-sections -N
     36LFLAGS += -no-check-sections
    3737
    3838BITS = 64
     
    9090        arch/$(KARCH)/src/trap/$(USARCH)/interrupt.c
    9191
    92 ifeq ($(USARCH),sun4u)
    93         ARCH_SOURCES += \
    94                 arch/$(KARCH)/src/mm/cache.S
    95 endif
    96 
    9792ifeq ($(USARCH),sun4v)
    9893        ARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.