Changes in uspace/lib/c/arch/sparc64/Makefile.common [b3cf946:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
rb3cf946 r9d58539 27 27 # 28 28 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 29 GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow 37 30 LFLAGS = -no-check-sections 38 31
Note:
See TracChangeset
for help on using the changeset viewer.