Differences From Artifact [46d4ad5206]:
- File src/runtime/linklib/Makefile — part of check-in [8498ed3446] at 2018-05-06 02:16:44 on branch trunk — Update buildsys (user: js, size: 190) [annotate] [blame] [check-ins using]
To Artifact [87f2019e8e]:
- File
src/runtime/linklib/Makefile
— part of check-in
[1e70711672]
at
2019-05-05 19:28:25
on branch trunk
— Create separate Amiga libraries for OS3 & MorphOS
Otherwise, it would be necessary to make unwinding work between 68k and
PPC code, and would get even worse with OS4 support.This also includes using separate .sfd files. (user: js, size: 308) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | include ../../../extra.mk STATIC_LIB = libobjfw_rt.library.a SRCS = linklib.m include ../../../buildsys.mk | > | > > | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../../../extra.mk STATIC_LIB = libobjfw_rt.library.a SRCS = linklib.m include ../../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../../.. \ -DOBJC_COMPILING_AMIGA_LINKLIB \ -DOBJFW_RT_AMIGA_LIB=\"${OBJFW_RT_AMIGA_LIB}\" \ -DOBJFW_RT_LIB_MINOR=${OBJFW_RT_LIB_MINOR} LD = ${OBJC} |