X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=upstream%2Fgcc-3.3%2Fpatches%2Fnolibstdc%2B%2B.patch;h=4833c34b51b79304d175bc439706dbdad0697bdd;hb=HEAD;hp=336357903e1c4c4f6d07e3067f2223ba4cccf185;hpb=cb40a2568a91e412e2d62570c6001e2ab748fca2;p=org.ibex.core.git diff --git a/upstream/gcc-3.3/patches/nolibstdc++.patch b/upstream/gcc-3.3/patches/nolibstdc++.patch index 3363579..4833c34 100644 --- a/upstream/gcc-3.3/patches/nolibstdc++.patch +++ b/upstream/gcc-3.3/patches/nolibstdc++.patch @@ -1,4 +1,4 @@ ---- configure.in- Sun Sep 7 22:38:26 2003 +--- 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}" @@ -9,3 +9,11 @@ ;; powerpc-*-eabi) noconfigdirs="$noconfigdirs ${libgcj}" +@@ -610,6 +610,7 @@ + fi + ;; + sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*) ++ noconfigdirs="$noconfigdirs target-libstdc++-v3" + ;; + v810-*-*) + noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}"