binutils stuff (except gas) to a shared, multiple-target binutils build; reduce extract and compile times by being more specific with files and targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist tree; add 4.4BSD a.out archive support to binutils.
28 lines
956 B
Text
28 lines
956 B
Text
$NetBSD: patch-aa,v 1.1 1999/01/04 22:37:30 tv Exp $
|
|
|
|
--- Makefile.in.orig Sat Jun 27 18:08:28 1998
|
|
+++ Makefile.in Thu Aug 13 17:32:08 1998
|
|
@@ -349,6 +349,7 @@
|
|
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
|
|
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
|
|
"SHELL=$(SHELL)" \
|
|
+ "SYSTEM_HEADER_DIR=$(SYSTEM_HEADER_DIR)" \
|
|
"EXPECT=$(EXPECT)" \
|
|
"RUNTEST=$(RUNTEST)" \
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
|
@@ -356,6 +357,7 @@
|
|
"WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
|
|
"YACC=$(YACC)" \
|
|
"exec_prefix=$(exec_prefix)" \
|
|
+ "enable_version_specific_runtime_libs=$(enable_version_specific_runtime_libs)" \
|
|
"prefix=$(prefix)" \
|
|
"tooldir=$(tooldir)" \
|
|
"gxx_include_dir=$(gxx_include_dir)" \
|
|
@@ -405,6 +407,7 @@
|
|
'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
|
|
'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
|
|
'LD=$$(LD_FOR_TARGET)' \
|
|
+ 'LDFLAGS=$$(LDFLAGS_FOR_TARGET)' \
|
|
'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
|
|
'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
|
|
'NM=$$(NM_FOR_TARGET)' \
|