summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/egcs64-sparc/files/egcs64_19980921-4-gentoo.diff')
-rw-r--r--sys-devel/egcs64-sparc/files/egcs64_19980921-4-gentoo.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/egcs64-sparc/files/egcs64_19980921-4-gentoo.diff b/sys-devel/egcs64-sparc/files/egcs64_19980921-4-gentoo.diff
new file mode 100644
index 000000000000..8fed6641fb7d
--- /dev/null
+++ b/sys-devel/egcs64-sparc/files/egcs64_19980921-4-gentoo.diff
@@ -0,0 +1,16 @@
+--- egcs64-19980921.orig/Makefile.in
++++ egcs64-19980921/Makefile.in
+1362,1363c1362,1363
+< echo "Building the C and C++ compiler"; \
+< cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++"
+---
+> echo "Building the C compiler"; \
+> cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c"
+1365c1365
+< $(MAKE) all LANGUAGES="c c++"
+---
+> $(MAKE) all LANGUAGES="c"
+1395c1395
+< (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
+---
+> (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c" install); \