Changeset 6f025a8 in mainline for uspace/lib/c
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb2c8b6
- Parents:
- 1583793
- git-author:
- Dzejrou <dzejrou@…> (2018-06-27 15:50:19)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- Location:
- uspace/lib/c/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
r1583793 r6f025a8 30 30 COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \ 31 31 -march=$(subst _,-,$(PROCESSOR_ARCH)) 32 CPP_ARCHSPEC= -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \ 33 -march=$(subst _,-,$(PROCESSOR_ARCH)) 32 34 33 35 LDFLAGS += -Wl,--gc-sections … … 35 37 ifeq ($(CONFIG_FPU),y) 36 38 COMMON_CFLAGS += -mfloat-abi=hard 39 CPP_ARCHSPEC += -mfloat-abi=hard 37 40 endif 38 41 -
uspace/lib/c/arch/mips32/Makefile.common
r1583793 r6f025a8 28 28 29 29 COMMON_CFLAGS += -msoft-float -mabi=32 30 CPP_ FLOAT = -msoft-float30 CPP_ARCHSPEC = -msoft-float -mabi=32 31 31 AS_PROLOG = .module softfloat;.abicalls; 32 32 LDFLAGS += -Wl,--gc-sections -
uspace/lib/c/arch/mips32eb/Makefile.common
r1583793 r6f025a8 28 28 29 29 COMMON_CFLAGS += -msoft-float -mabi=32 30 CPP_ARCHSPEC = -msoft-float -mabi=32 30 31 AS_PROLOG = .module softfloat;.abicalls; 31 32 LDFLAGS += -Wl,--gc-sections
Note:
See TracChangeset
for help on using the changeset viewer.