summaryrefslogtreecommitdiffstats
path: root/main/gcc/pr45078.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-12 15:56:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-12 15:56:45 +0000
commit3e800bf8214c23fd8ebce936f9f846949750034e (patch)
tree057e4560c6198189f98f6c2829a1549a7fb45c16 /main/gcc/pr45078.patch
parent0a61db5bf5537be193aada0990fcdd355ebc264d (diff)
downloadaports-3e800bf8214c23fd8ebce936f9f846949750034e.tar.bz2
aports-3e800bf8214c23fd8ebce936f9f846949750034e.tar.xz
main/gcc: upgrade to 4.8.1
TODO: fix gcc-go
Diffstat (limited to 'main/gcc/pr45078.patch')
-rw-r--r--main/gcc/pr45078.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/main/gcc/pr45078.patch b/main/gcc/pr45078.patch
deleted file mode 100644
index 759a2cf76..000000000
--- a/main/gcc/pr45078.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-# DP: Proposed patch for PR plugin/45078
-
-2011-06-24 Matthias Klose <doko@ubuntu.com>
-
- PR plugin/45078
- * Makefile.in (PLUGIN_HEADERS): Add config/arm/arm-cores.def.
- (install-plugin): Install c-family headers into a c-family subdir.
- * config.gcc: Add vxworks-dummy.h to tm_file for arm, mips, sh and
- sparc targets.
-
-Index: b/gcc/Makefile.in
-===================================================================
---- a/gcc/Makefile.in
-+++ b/gcc/Makefile.in
-@@ -4547,6 +4547,7 @@
- $(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
- cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
- gimple-pretty-print.h tree-pretty-print.h realmpfr.h \
-+ config/arm/arm-cores.def \
- $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
-
- # generate the 'build fragment' b-header-vars
-Index: b/gcc/config.gcc
-===================================================================
---- a/gcc/config.gcc
-+++ b/gcc/config.gcc
-@@ -486,6 +486,9 @@
- fi
- tm_file="vxworks-dummy.h ${tm_file}"
- ;;
-+arm*-*-*|mips*-*-*|sh*-*-*|sparc*-*-*)
-+ tm_file="vxworks-dummy.h ${tm_file}"
-+ ;;
- esac
-
- # On a.out targets, we need to use collect2.