OSDN Git Service

* expr.c (struct move_by_pieces_d): Rename from move_by_pieces.
[pf3gnuchains/gcc-fork.git] / configure.ac
index bedf0c6..e6c8268 100644 (file)
@@ -305,7 +305,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
   case "${target}" in
     *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
     | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
-    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
+    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
       case "${target}" in
         *-*-linux*aout* | *-*-linux*oldld*)
           ;;
@@ -1195,7 +1195,7 @@ ACX_PROG_CMP_IGNORE_INITIAL
 gmplibs="-lmpfr -lgmp"
 gmpinc=
 have_gmp=no
-mpclibs=
+mpclibs=-lmpc
 mpcinc=
 have_mpc=no
 
@@ -1397,6 +1397,11 @@ They may be located in separate packages.])
   fi
 fi
 
+if test x$have_mpc != xyes ; then
+  mpcinc=
+  mpclibs=
+fi
+
 gmpinc="$mpcinc $gmpinc"
 gmplibs="$mpclibs $gmplibs"