summaryrefslogtreecommitdiff
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
commitc5e7b5c3b1a341c32e7fab762b6611011641901f (patch)
tree0296c512b8ba9c2ce8f0199199c092fda0234bb2 /Makefile.def
parentce3c5eda0b8d664790bc633a1013193a3289dff0 (diff)
downloadgdb-c5e7b5c3b1a341c32e7fab762b6611011641901f.tar.gz
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 b9e30141996..0639faca362 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; };