Changes in uspace/lib/c/arch/ppc32/Makefile.common [a0a273e:ae7bbfd0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/Makefile.common
ra0a273e rae7bbfd0 27 27 # 28 28 29 29 30 ifeq ($(CONFIG_FPU),y) 30 31 FLOATS=hard 31 32 else 32 33 FLOATS=soft 33 34 endif 34 35 35 COMMON_CFLAGS += -mcpu=powerpc -m$(FLOATS)-float -m3236 GCC_CFLAGS += -mcpu=powerpc -m$(FLOATS)-float -m32 36 37 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 37 38 AFLAGS += -a32 38 LFLAGS += --gc-sections39 39 40 40 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.