Changes in uspace/lib/c/arch/arm32/Makefile.common [7aa6b99:f1e496a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
r7aa6b99 rf1e496a 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 -mapcs-frame 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR)) 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.