Changeset 009c485 in mainline for uspace/lib/c/arch/mips32eb/Makefile.common
- Timestamp:
- 2018-05-01T19:02:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 742fc98e
- Parents:
- 5261062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32eb/Makefile.common
r5261062 r009c485 29 29 COMMON_CFLAGS += -msoft-float -mabi=32 30 30 AS_PROLOG = .module softfloat;.abicalls; 31 L FLAGS +=--gc-sections31 LDFLAGS += -Wl,--gc-sections 32 32 33 33 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.