Differences From Artifact [a1a99ddb89]:
- File
buildsys.mk.in
— part of check-in
[305b7c17e4]
at
2018-01-19 00:17:05
on branch trunk
— Use Apple libtool if build and host are Darwin
This allows combining fat .a files. (user: js, size: 26864) [annotate] [blame] [check-ins using]
To Artifact [d4077c1d71]:
- File buildsys.mk.in — part of check-in [ee58842cbe] at 2018-01-19 23:16:11 on branch trunk — Fix using wrong .o files with Apple libtool (user: js, size: 26872) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
347 348 349 350 351 352 353 | done; \ fi ${STATIC_PIC_LIB} ${STATIC_PIC_LIB_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA} ${LINK_STATUS} rm -f $@ if test x"${BUILD_AND_HOST_ARE_DARWIN}" = x"yes"; then \ | | | 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 | done; \ fi ${STATIC_PIC_LIB} ${STATIC_PIC_LIB_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA} ${LINK_STATUS} rm -f $@ if test x"${BUILD_AND_HOST_ARE_DARWIN}" = x"yes"; then \ if /usr/bin/libtool -static -o $@ ${LIB_OBJS} ${LIB_OBJS_EXTRA}; then \ ${LINK_OK}; \ else \ ${LINK_FAILED}; \ rm -f $@; \ fi; \ else \ out="$@"; \ |
︙ | ︙ |