diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-10 23:53:56 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-11 00:05:52 +0100 |
commit | 2621ff3bed651697cc2fd4e86538f7c528c7409c (patch) | |
tree | 82ca061df9e5afaab1c77f0d81fea129a2428952 /package/binutils | |
parent | 3e0900c04c6810b6d9001cfde8a63348876bbd7c (diff) | |
download | buildroot-2621ff3bed651697cc2fd4e86538f7c528c7409c.tar.gz buildroot-2621ff3bed651697cc2fd4e86538f7c528c7409c.zip |
binutils: enable poison system directories option
This commit enables the poison system directories option, which is now
available thanks to the binutils patches that have been added.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Romain Naour <romain.naour@openwide.fr>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Diffstat (limited to 'package/binutils')
-rw-r--r-- | package/binutils/binutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index b8dab5d532..9a9bb94098 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -68,6 +68,7 @@ HOST_BINUTILS_CONF_OPTS = --disable-multilib --disable-werror \ --target=$(GNU_TARGET_NAME) \ --disable-shared --enable-static \ --with-sysroot=$(STAGING_DIR) \ + --enable-poison-system-directories \ $(BINUTILS_DISABLE_GDB_CONF_OPTS) \ $(BINUTILS_EXTRA_CONFIG_OPTIONS) |