Ignore:
File:
1 edited

Legend:

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

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