PR27451, -z start_stop_gc for powerpc64
[binutils-gdb.git] / configure
index 5437ef12c72f08a5811ab2ad8444c31b59669ba0..9eebe3a17daafaa1982c1a631e57b78dbf859a46 100755 (executable)
--- a/configure
+++ b/configure
@@ -3442,9 +3442,6 @@ case "${target}" in
   arm-wince-pe)
     noconfigdirs="$noconfigdirs target-libffi"
     ;;
-  arm*-*-symbianelf*)
-    noconfigdirs="$noconfigdirs target-libffi"
-    ;;
   cris-*-* | crisv32-*-*)
     case "${target}" in
       *-*-linux*)
@@ -10241,6 +10238,10 @@ if test -n "$PLUGIN_OPTION"; then
   if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
     RANLIB_PLUGIN_OPTION="$PLUGIN_OPTION"
   fi
+else
+  if test "$enable_pgo_build" != "no"; then
+    as_fn_error $? "AR with --plugin and rc is required for LTO build" "$LINENO" 5
+  fi
 fi