The attached patch adds support for having different search paths for libstdc++ in -m32 and -m64. The only targets that actually use it so far are darwin10 (...i686-apple-darwin10/x86_64 and ..i686-apple-darwin10) and ubuntu 64 bits (...x86_64-linux-gnu and ...x86_64-linux-gnu/32). All other target should be unaffected.
It would be very nice if people with other systems could run gcc -v -m32 t.cc 2>&1 | sed -n '/^ /p' | sed -n 2,3p and gcc -v -m64 t.cc 2>&1 | sed -n '/^ /p' | sed -n 2,3p And update the config. Cheers, -- Rafael Ávila de Espíndola
libstdcxx.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
