summaryrefslogtreecommitdiff
path: root/patches/OOO_1_1_2/gcc-i18n.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/OOO_1_1_2/gcc-i18n.diff')
-rw-r--r--patches/OOO_1_1_2/gcc-i18n.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/OOO_1_1_2/gcc-i18n.diff b/patches/OOO_1_1_2/gcc-i18n.diff
deleted file mode 100644
index a6adc53f2..000000000
--- a/patches/OOO_1_1_2/gcc-i18n.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: solenv/bin/gccinstlib.pl
-===================================================================
-RCS file: /cvs/tools/solenv/bin/gccinstlib.pl,v
-retrieving revision 1.2.50.1
-diff -u -r1.2.50.1 gccinstlib.pl
---- solenv/bin/gccinstlib.pl 16 Mar 2004 10:15:42 -0000 1.2.50.1
-+++ solenv/bin/gccinstlib.pl 16 Aug 2004 10:07:34 -0000
-@@ -74,8 +74,7 @@
- $Dest = pop(@ARGV) || die "No destination to copy to";
-
- if ($Dest =~ /--help/ || @ARGV < 1) {
-- printf ("Syntax:\n gcc-instlib <library-in-libpath ...>
-- <destination-dir>\n");
-+ print "Syntax:\n gcc-instlib <library-in-libpath ...> <destination-dir>\n";
- exit (0);
- }
- foreach $File (@ARGV) {
-@@ -105,7 +104,7 @@
-
- $cc = $ENV{'CC'} || die "No CC environment set";
-
-- open (GCCOut, "$cc -print-search-dirs|") || die "Failed to exec $cc -print-search-dirs: $!";
-+ open (GCCOut, "LANGUAGE=C LC_ALL=C $cc -print-search-dirs|") || die "Failed to exec $cc -print-search-dirs: $!";
-
- while (<GCCOut>) {
- if (/^([a-zA-Z]+): [=]{0,1}(.*)/) {