Use lang/gcc for atomic builtins on arm

ok edd@ (maintainer)
This commit is contained in:
jca 2017-03-14 12:23:21 +00:00
parent ad57d212ce
commit e1c1d2e478

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.69 2017/03/14 12:22:41 jca Exp $
# $OpenBSD: Makefile,v 1.70 2017/03/14 12:23:21 jca Exp $
BROKEN-arm = undefined reference to `__sync_fetch_and_add_4'
BROKEN-hppa = undefined reference to `__sync_fetch_and_add_4'
BROKEN-hppa = undefined reference to __sync_fetch_and_add_4
BROKEN-sparc64 = infinite loop or aborts during build
COMMENT = Prolog for the real world
@ -51,6 +50,10 @@ MAKE_ENV = MAKESHELL=/bin/sh
MAKE_FLAGS = SONAMEOPT= \
SHAREDV=libpl.so.${LIBpl_VERSION}
MODULES = gcc4
# for atomic builtins
MODGCC4_ARCHS = arm
BUILD_DEPENDS = ${RUN_DEPENDS}
LIB_DEPENDS = devel/gmp \
devel/libexecinfo \