Changes in uspace/lib/c/arch/arm32/Makefile.common [d76de0e:5d9e36b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
rd76de0e r5d9e36b 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 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 31 37 32 38 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.