diff options
Diffstat (limited to 'gcc/config/rs6000/t-darwin')
-rw-r--r-- | gcc/config/rs6000/t-darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index 3e89088..62d3c27 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -11,3 +11,6 @@ LIB2FUNCS_STATIC_EXTRA = \ # even though they use AltiVec instructions. -Wa is used because # -force_cpusubtype_ALL doesn't work with -dynamiclib. TARGET_LIBGCC2_CFLAGS = -Wa,-force_cpusubtype_ALL + +# Export the _xlq* symbols from darwin-ldouble.c. +SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver |