Changes in uspace/lib/c/arch/arm32/Makefile.common [7218fe6:5d9e36b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
r7218fe6 r5d9e36b 31 31 32 32 ifeq ($(CONFIG_FPU),y) 33 33 GCC_CFLAGS += -mfloat-abi=hard 34 34 else 35 35 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 36 36 endif 37 37
Note:
See TracChangeset
for help on using the changeset viewer.