summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-08-26 14:41:28 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-08-26 14:41:28 +0000
commitdf6795cee43ff10152f8a46d55ef45d195086034 (patch)
treebd8ee66dbaa8228eb89f2a0e9876ce9b5bc9b9a5 /Makefile.def
parent7ec59b9efafe625e0794f2844d99c9b7dea4c56a (diff)
downloadppe42-binutils-df6795cee43ff10152f8a46d55ef45d195086034.tar.gz
ppe42-binutils-df6795cee43ff10152f8a46d55ef45d195086034.zip
Don't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodes
PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index b9e3014199..0639faca36 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -32,8 +32,8 @@ build_modules= { module= m4; };
build_modules= { module= texinfo; };
build_modules= { module= fixincludes; };
-host_modules= { module= bfd; lib_path=.libs; bootstrap=true; };
-host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
+host_modules= { module= bfd; bootstrap=true; };
+host_modules= { module= opcodes; bootstrap=true; };
host_modules= { module= binutils; bootstrap=true; };
host_modules= { module= bison; no_check_cross= true; };
host_modules= { module= cgen; };
OpenPOWER on IntegriCloud