summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
diff options
context:
space:
mode:
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, 13 insertions, 0 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
new file mode 100644
index 0000000..d0f9e88
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/libstdc++-v3.configure.p
@@ -0,0 +1,13 @@
+--- 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.