diff options
Diffstat (limited to 'devel/i386-rtems-gcc/files')
-rw-r--r-- | devel/i386-rtems-gcc/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/files/patch-gcc::config.gcc | 10 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/files/patch-gcc::configure | 43 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/files/patch-gcc::freebsd7.h | 25 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/files/patch-gcc::intl::Makefile.in | 7 |
5 files changed, 0 insertions, 104 deletions
diff --git a/devel/i386-rtems-gcc/files/patch-aa b/devel/i386-rtems-gcc/files/patch-aa deleted file mode 100644 index 780a809e9496..000000000000 --- a/devel/i386-rtems-gcc/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- gcc-3.2.3/libiberty/Makefile.in.orig Sun Feb 2 16:15:38 2003 -+++ gcc-3.2.3/libiberty/Makefile.in Wed Sep 3 20:57:06 2003 -@@ -240,11 +240,11 @@ - install: install_to_$(INSTALL_DEST) install-subdir - - install_to_libdir: all -- $(mkinstalldirs) $(DESTDIR)$(libdir)$(MULTISUBDIR) -- $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n -- ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) && \ -- $(RANLIB) $(TARGETLIB)n && \ -- mv -f $(TARGETLIB)n $(TARGETLIB) ) -+# $(mkinstalldirs) $(DESTDIR)$(libdir)$(MULTISUBDIR) -+# $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n -+# ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) && \ -+# $(RANLIB) $(TARGETLIB)n && \ -+# mv -f $(TARGETLIB)n $(TARGETLIB) ) - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install - - install_to_tooldir: all diff --git a/devel/i386-rtems-gcc/files/patch-gcc::config.gcc b/devel/i386-rtems-gcc/files/patch-gcc::config.gcc deleted file mode 100644 index 9826509e8282..000000000000 --- a/devel/i386-rtems-gcc/files/patch-gcc::config.gcc +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc-3.2.3/gcc/config.gcc Fri Dec 23 09:29:28 2005 -+++ gcc-3.2.3/gcc/config.gcc Fri Dec 23 09:37:07 2005 -@@ -445,6 +445,7 @@ - *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";; - *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";; - *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";; -+ *-*-freebsd7 | *-*-freebsd[7].*) fbsd_tm_file="freebsd7.h";; - *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;; - esac - tmake_file="t-slibgcc-elf-ver t-freebsd" diff --git a/devel/i386-rtems-gcc/files/patch-gcc::configure b/devel/i386-rtems-gcc/files/patch-gcc::configure deleted file mode 100644 index 0218f53a14b7..000000000000 --- a/devel/i386-rtems-gcc/files/patch-gcc::configure +++ /dev/null @@ -1,43 +0,0 @@ ---- gcc-3.2.3/gcc/configure.orig Tue Feb 4 08:17:46 2003 -+++ gcc-3.2.3/gcc/configure Mon Apr 9 18:35:53 2007 -@@ -6013,7 +6013,7 @@ - cat > conftest.$ac_ext <<EOF - #line 6015 "configure" - #include "confdefs.h" --#include <libintl.h> -+#include "%%LOCALBASE%%/include/libintl.h" - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:6020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -6044,7 +6044,7 @@ - cat > conftest.$ac_ext <<EOF - #line 6046 "configure" - #include "confdefs.h" --#include <libintl.h> -+#include "%%LOCALBASE%%/include/libintl.h" - extern int _nl_msg_cat_cntr; - int main() { - bindtextdomain ("", ""); -@@ -6072,11 +6072,11 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - gt_save_LIBS="$LIBS" -- LIBS="$LIBS -lintl $LIBICONV" -+ LIBS="$LIBS -L%%LOCALBASE%% -lintl $LIBICONV" - cat > conftest.$ac_ext <<EOF - #line 6078 "configure" - #include "confdefs.h" --#include <libintl.h> -+#include "%%LOCALBASE%%/include/libintl.h" - extern int _nl_msg_cat_cntr; - int main() { - bindtextdomain ("", ""); -@@ -6108,7 +6108,7 @@ - - - if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then -- INTLLIBS="-lintl $LIBICONV" -+ INTLLIBS="-L%%LOCALBASE%% -lintl $LIBICONV" - fi - - gt_save_LIBS="$LIBS" diff --git a/devel/i386-rtems-gcc/files/patch-gcc::freebsd7.h b/devel/i386-rtems-gcc/files/patch-gcc::freebsd7.h deleted file mode 100644 index b3b0320f87e3..000000000000 --- a/devel/i386-rtems-gcc/files/patch-gcc::freebsd7.h +++ /dev/null @@ -1,25 +0,0 @@ ---- /dev/null Fri Dec 23 09:33:38 2005 -+++ gcc-3.2.3/gcc/config/freebsd7.h Fri Dec 23 09:36:48 2005 -@@ -0,0 +1,22 @@ -+/* FreeBSD version number setting for FreeBSD 6.x systems. -+ Copyright (C) 2001 Free Software Foundation, Inc. -+ Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. -+ -+This file is part of GNU CC. -+ -+GNU CC is free software; you can redistribute it and/or modify -+it under the terms of the GNU General Public License as published by -+the Free Software Foundation; either version 2, or (at your option) -+any later version. -+ -+GNU CC is distributed in the hope that it will be useful, -+but WITHOUT ANY WARRANTY; without even the implied warranty of -+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+GNU General Public License for more details. -+ -+You should have received a copy of the GNU General Public License -+along with GNU CC; see the file COPYING. If not, write to -+the Free Software Foundation, 59 Temple Place - Suite 330, -+Boston, MA 02111-1307, USA. */ -+ -+#define FBSD_MAJOR 7 diff --git a/devel/i386-rtems-gcc/files/patch-gcc::intl::Makefile.in b/devel/i386-rtems-gcc/files/patch-gcc::intl::Makefile.in deleted file mode 100644 index 00c92c1ca0f1..000000000000 --- a/devel/i386-rtems-gcc/files/patch-gcc::intl::Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- gcc-3.2.3/gcc/intl/Makefile.in.orig Mon Dec 10 04:04:22 2001 -+++ gcc-3.2.3/gcc/intl/Makefile.in Mon Mar 19 16:48:49 2007 -@@ -146,3 +146,3 @@ - # package, you have to use `configure --with-included-gettext'. --install: install-exec install-data -+install: - install-exec: all |