Changeset 9780584 in mainline for uspace/lib/c/arch/ppc32/Makefile.common
- Timestamp:
- 2017-06-05T16:21:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a961619
- Parents:
- 7a99507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/Makefile.common
r7a99507 r9780584 27 27 # 28 28 29 30 29 ifeq ($(CONFIG_FPU),y) 31 30 FLOATS=hard … … 37 36 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 38 37 AFLAGS += -a32 38 LFLAGS += --gc-sections 39 39 40 40 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.