a12b97f54d
not really tested completely, but necessary to un-brick old arches ports...
14 lines
572 B
Plaintext
14 lines
572 B
Plaintext
$OpenBSD: patch-gcc_Makefile_in,v 1.1.1.1 2010/05/27 08:36:21 espie Exp $
|
|
--- gcc/Makefile.in.orig Tue May 25 11:08:35 2010
|
|
+++ gcc/Makefile.in Tue May 25 11:08:42 2010
|
|
@@ -2552,9 +2552,6 @@ install-common: native installdirs $(EXTRA_PARTS) lang
|
|
$(INSTALL_DATA) SYSCALLS.c.X $(libsubdir)/SYSCALLS.c.X; \
|
|
chmod a-x $(libsubdir)/SYSCALLS.c.X; \
|
|
fi
|
|
- -rm -f $(libsubdir)/cpp0$(exeext)
|
|
- $(INSTALL_PROGRAM) cpp0$(exeext) $(libsubdir)/cpp0$(exeext)
|
|
-# Install gcov if it was compiled.
|
|
-if [ -f gcov$(exeext) ]; \
|
|
then \
|
|
rm -f $(bindir)/gcov$(exeext); \
|