diff options
author | andrew <andrew@FreeBSD.org> | 2016-03-29 14:09:47 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2016-03-29 14:09:47 +0000 |
commit | c079360c7c34a7bb6db70d89bf641236d759bdba (patch) | |
tree | fbd1a3f53ea774fe49a8ce914efb11229919d12c | |
parent | 662592aea24af91416e08966471114c73aad12c5 (diff) | |
download | FreeBSD-ports-c079360c7c34a7bb6db70d89bf641236d759bdba.zip FreeBSD-ports-c079360c7c34a7bb6db70d89bf641236d759bdba.tar.gz |
Stop calling sbrk from binutils. This will help remive the need for this
function on arm64.
PR: 208255
Approved by: bapt
Sponsored by: ABT Systems Ltd
-rw-r--r-- | devel/binutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index a22efa6..6ab66c4 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -49,6 +49,8 @@ INFO= as \ CONFIGURE_ARGS+= --disable-werror \ --with-sysroot=/ +MAKE_ENV+= ac_cv_func_sbrk=0 + OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |