binutils: enable poison system directories option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Dec 2014 22:53:56 +0000 (23:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Dec 2014 23:05:52 +0000 (00:05 +0100)
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>
package/binutils/binutils.mk

index b8dab5d532c6a95ec1a3bf5f988b87debc0e7a1d..9a9bb94098a74137050e1ae614453b1ae6b2e6ef 100644 (file)
@@ -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)