Ignore:
File:
1 edited

Legend:

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

    rb3cf946 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 
     29GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow
    3730LFLAGS = -no-check-sections
    3831
Note: See TracChangeset for help on using the changeset viewer.