Changes in uspace/lib/c/arch/arm32/Makefile.common [d6cd626:7aa6b99] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
rd6cd626 r7aa6b99 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 31 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 -mapcs-frame 32 31 33 32 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.