gcc/libgcc/config/rs6000/t-freebsd64
Andreas Tobler d82ad50db3 config.host: Add bits to support powerpc64-*-freebsd*.
2012-03-21  Andreas Tobler  <andreast@fgznet.ch>

        * config.host: Add bits to support powerpc64-*-freebsd*.
        * config/rs6000/freebsd-unwind.h: New file.
        * config/rs6000/t-freebsd64: New file.

From-SVN: r185614
2012-03-21 21:12:16 +01:00

6 lines
148 B
Plaintext

HOST_LIBGCC2_CFLAGS += -mno-minimal-toc
SHLIB_MAPFILES = libgcc-std.ver
softfp_wrap_start := '\#ifndef __powerpc64__'
softfp_wrap_end := '\#endif'