Use lang/gcc for atomic builtins on arm.

Similar diff from jsg@, ok sthen@ phessler@
This commit is contained in:
jca 2017-01-05 16:59:31 +00:00
parent ff39c35c3e
commit 4d12d17471

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.88 2016/11/04 11:35:19 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.89 2017/01/05 16:59:31 jca Exp $
#
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
@ -27,6 +27,11 @@ MASTER_SITES0= https://download.suhosin.org/
# and make sure they are safe before an upgrade
PERMIT_PACKAGE_CDROM= Yes
MODULES+= gcc4
# for atomic builtins
MODGCC4_ARCHS+= arm
MODGCC4_LANGS+= c++
MODPHP_CONFIG_PATH= /var/www/conf
# where the main php module is stored (outside the chroot)