Changes in uspace/lib/c/arch/mips32eb/Makefile.common [9d58539:d6cd626] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32eb/Makefile.common
r9d58539 rd6cd626 27 27 # 28 28 29 GCC_CFLAGS += -mips3 -mabi=32 29 GCC_CFLAGS += -msoft-float -mips3 -mabi=32 30 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 30 31 31 32 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.