Commit 2621ff3b authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: default avatarRomain Naour <romain.naour@openwide.fr>
Tested-by: default avatarRomain Naour <romain.naour@openwide.fr>
parent 3e0900c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)