Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc64/Makefile.common

    rae7bbfd0 r9d58539  
    2727#
    2828
    29 ifeq ($(PROCESSOR),sun4v)
    30 GCC_CFLAGS += -mcpu=niagara -mno-vis
    31 else
    32 GCC_CFLAGS += -mcpu=ultrasparc
    33 endif
    34 
    35 GCC_CFLAGS += -m64 -mcmodel=medlow
    36 
    37 LFLAGS += -no-check-sections
     29GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow
     30LFLAGS = -no-check-sections
    3831
    3932ENDIANESS = BE
Note: See TracChangeset for help on using the changeset viewer.