ppc: link to libretrocrt by default

This commit is contained in:
Wolfgang Thaller 2015-09-01 00:05:31 +02:00
parent b4f51aad89
commit 899546720e

View File

@ -69,6 +69,8 @@
/* Profiled library versions are used by linking with special directories. */
#define LIB_SPEC "-lc"
#define LIBGCC_SPEC "-lretrocrt -lgcc"
/* Static linking with shared libstdc++ requires libsupc++ as well. */
#define LIBSTDCXX_STATIC "supc++"