diff options
Diffstat (limited to 'libgcc/config/rs6000/t-freebsd64')
-rw-r--r-- | libgcc/config/rs6000/t-freebsd64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/config/rs6000/t-freebsd64 b/libgcc/config/rs6000/t-freebsd64 new file mode 100644 index 0000000..5dc0d48 --- /dev/null +++ b/libgcc/config/rs6000/t-freebsd64 @@ -0,0 +1,5 @@ +HOST_LIBGCC2_CFLAGS += -mno-minimal-toc +SHLIB_MAPFILES = libgcc-std.ver + +softfp_wrap_start := '\#ifndef __powerpc64__' +softfp_wrap_end := '\#endif' |