summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/patches/patch-ma
diff options
context:
space:
mode:
Diffstat (limited to 'cross/i386-netbsdpe/patches/patch-ma')
-rw-r--r--cross/i386-netbsdpe/patches/patch-ma23
1 files changed, 0 insertions, 23 deletions
diff --git a/cross/i386-netbsdpe/patches/patch-ma b/cross/i386-netbsdpe/patches/patch-ma
deleted file mode 100644
index ab0ffc952ba..00000000000
--- a/cross/i386-netbsdpe/patches/patch-ma
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ma,v 1.2 2002/10/16 05:11:01 kent Exp $
-
---- gcc/Makefile.in.orig Wed Oct 16 14:02:49 2002
-+++ gcc/Makefile.in
-@@ -276,7 +276,8 @@ unlibsubdir = ../../..
- # Directory in which to find other cross-compilation tools and headers.
- dollar = @dollar@
- # Used in install-cross.
--gcc_tooldir = @gcc_tooldir@
-+#gcc_tooldir = @gcc_tooldir@
-+gcc_tooldir = $(prefix)/$(target_alias)
- # Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
- build_tooldir = $(exec_prefix)/$(target_alias)
- # Directory in which the compiler finds g++ includes.
-@@ -815,7 +816,7 @@ $(srcdir)/configure: $(srcdir)/configure
- # ??? Newer versions have a maintainer mode that may be useful here.
- $(srcdir)/config.in: $(srcdir)/cstamp-h.in
- $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-- cd $(srcdir) && autoheader
-+ cd $(srcdir) && $(AUTOHEADER)
- @rm -f $(srcdir)/cstamp-h.in
- echo timestamp > $(srcdir)/cstamp-h.in
- auto-host.h: cstamp-h ; @true