Changes in uspace/lib/c/arch/arm32/Makefile.common [5d9e36b:d76de0e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
r5d9e36b rd76de0e 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR_ARCH)) 31 32 ifeq ($(CONFIG_FPU),y) 33 GCC_CFLAGS += -mfloat-abi=hard 34 else 35 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 36 endif 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 37 31 38 32 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.