X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=upstream%2Fgcc-3.3%2Fpatches%2Fnolibstdc%2B%2B.patch;fp=upstream%2Fgcc-3.3%2Fpatches%2Fnolibstdc%2B%2B.patch;h=336357903e1c4c4f6d07e3067f2223ba4cccf185;hb=cb40a2568a91e412e2d62570c6001e2ab748fca2;hp=0000000000000000000000000000000000000000;hpb=7c2be154e3f503870ade41ab3bf1485cf26f113d;p=org.ibex.core.git diff --git a/upstream/gcc-3.3/patches/nolibstdc++.patch b/upstream/gcc-3.3/patches/nolibstdc++.patch new file mode 100644 index 0000000..3363579 --- /dev/null +++ b/upstream/gcc-3.3/patches/nolibstdc++.patch @@ -0,0 +1,11 @@ +--- configure.in- Sun Sep 7 22:38:26 2003 ++++ configure.in Sun Sep 7 22:38:31 2003 +@@ -528,7 +528,7 @@ + noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}" + ;; + powerpc-*-darwin*) +- noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj}" ++ noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj} target-libstdc++-v3" + ;; + powerpc-*-eabi) + noconfigdirs="$noconfigdirs ${libgcj}"