Changes in uspace/lib/c/arch/mips32eb/Makefile.common [b696cbf:f335225] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32eb/Makefile.common
rb696cbf rf335225 27 27 # 28 28 29 GCC_CFLAGS += -msoft-float -mabi=32 30 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 29 GCC_CFLAGS += -mips3 -mabi=32 31 30 32 31 ENDIANESS = BE … … 34 33 BFD_ARCH = mips 35 34 BFD_NAME = elf32-tradbigmips 36 37 ifeq ($(MACHINE),bmalta)38 GCC_CFLAGS += -march=4kc39 endif40
Note:
See TracChangeset
for help on using the changeset viewer.