diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:32:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:32:35 +0000 |
commit | 41e3182adba19410b31a317416ccfbffe7a75594 (patch) | |
tree | 33b7e1d5c7cf0d06179e2970a73c2806ead403dd /devel/i386-rtems-g77/files | |
parent | Adding g-wrap version 0.9.4. (diff) |
C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS for
the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors.
PR: 19335
Submitted by: James Housley <jim@thehouselys.net>
Diffstat (limited to 'devel/i386-rtems-g77/files')
-rw-r--r-- | devel/i386-rtems-g77/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/i386-rtems-g77/files/patch-aa b/devel/i386-rtems-g77/files/patch-aa new file mode 100644 index 000000000000..ae13b3ca1b3b --- /dev/null +++ b/devel/i386-rtems-g77/files/patch-aa @@ -0,0 +1,21 @@ +--- gcc/Makefile.in.orig Fri Aug 13 03:46:55 1999 ++++ gcc/Makefile.in Mon Jun 12 22:04:15 2000 +@@ -2590,18 +2590,6 @@ + + # Install the man pages. + install-man: installdirs $(srcdir)/gcc.1 $(srcdir)/cccp.1 lang.install-man +- -if [ -f gcc-cross$(exeext) ] ; then \ +- rm -f $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ +- $(INSTALL_DATA) $(srcdir)/gcc.1 $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ +- chmod a-x $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ +- else \ +- rm -f $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ +- $(INSTALL_DATA) $(srcdir)/gcc.1 $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ +- chmod a-x $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ +- fi +- -rm -f $(man1dir)/cccp$(manext) +- -$(INSTALL_DATA) $(srcdir)/cccp.1 $(man1dir)/cccp$(manext) +- -chmod a-x $(man1dir)/cccp$(manext) + + # Install the library. + install-libgcc: libgcc.a installdirs |