summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-12 23:21:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-07-23 18:41:06 +0100
commit8614f549b79ac6d9d079efc85a735d0c092ff3e8 (patch)
treef23975e797be5d1764501a956b74e8c1a6c8a83a /m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
parentbac3e0ec6390348d2d1f44f0fb7ef5e2c43f74d3 (diff)
downloadtoolchains-8614f549b79ac6d9d079efc85a735d0c092ff3e8.tar.gz
toolchains-8614f549b79ac6d9d079efc85a735d0c092ff3e8.tar.bz2
Update to gcc 6.3
using bebbo's patches (generated from github.com/bebbo/gcc)
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p13
1 files changed, 0 insertions, 13 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p b/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
deleted file mode 100644
index d0f9e88..0000000
--- a/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
+++ /dev/null
@@ -1,13 +0,0 @@
---- gcc-3.4.6/libstdc++-v3/configure 2013-05-19 20:08:06.000000000 +0200
-+++ libstdc++-v3/configure 2013-05-19 20:23:32.000000000 +0200
-@@ -31093,6 +31093,10 @@
-
- # Base decisions on target environment.
- case "${host}" in
-+ m68k-*-amigaos*)
-+ #os_include_dir="os/newlib"
-+ ;;
-+
- *-darwin*)
- # Darwin versions vary, but the linker should work in a cross environment,
- # so we just check for all the features here.