Changeset 5fd05862 in mainline for uspace/lib/c/arch
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecf56f80
- Parents:
- 32355bc
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-15 13:55:37)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- Location:
- uspace/lib/c/arch
- Files:
-
- 7 added
- 2 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/Makefile.common
r32355bc r5fd05862 27 27 # 28 28 29 ENDIANESS = LE -
uspace/lib/c/arch/amd64/Makefile.common
r32355bc r5fd05862 36 36 LDFLAGS += -Wl,--gc-sections 37 37 38 ENDIANESS = LE39 38 -
uspace/lib/c/arch/arm32/Makefile.common
r32355bc r5fd05862 37 37 endif 38 38 39 ENDIANESS = LE40 39 -
uspace/lib/c/arch/arm64/Makefile.common
r32355bc r5fd05862 31 31 LDFLAGS += -Wl,--gc-sections 32 32 33 ENDIANESS = LE34 33 -
uspace/lib/c/arch/ia64/Makefile.common
r32355bc r5fd05862 30 30 LDFLAGS += -Wl,--gc-sections 31 31 32 ENDIANESS = LE33 32 -
uspace/lib/c/arch/mips32/Makefile.common
r32355bc r5fd05862 32 32 33 33 ifeq ($(MACHINE),msim) 34 ENDIANESS = LE35 34 COMMON_CFLAGS += -march=r4000 36 35 endif 37 36 38 37 ifeq ($(MACHINE),lmalta) 39 ENDIANESS = LE40 38 COMMON_CFLAGS += -march=4kc 41 39 endif 42 40 43 41 ifeq ($(MACHINE),bmalta) 44 ENDIANESS = BE45 42 COMMON_CFLAGS += -march=4kc 46 43 endif -
uspace/lib/c/arch/ppc32/Makefile.common
r32355bc r5fd05862 36 36 LDFLAGS += -Wl,--gc-sections -Wl,-z,max-page-size=0x1000 37 37 38 ENDIANESS = BE39 38 -
uspace/lib/c/arch/riscv64/Makefile.common
r32355bc r5fd05862 27 27 # 28 28 29 ENDIANESS = LE30 29 -
uspace/lib/c/arch/sparc64/Makefile.common
r32355bc r5fd05862 37 37 LDFLAGS += -Wl,-no-check-sections,--gc-sections 38 38 39 ENDIANESS = BE40 39 41 40
Note:
See TracChangeset
for help on using the changeset viewer.