* script-sections.h (class Script_sections): Make
[deliverable/binutils-gdb.git] / gold / configure.ac
index ba6bd172353c838b42b3120038c1dccaecdb50d4..8bd80faf2d5d7c65deaf29dc4c85bf478c15d9f6 100644 (file)
@@ -252,6 +252,9 @@ AM_CONDITIONAL(NATIVE_LINKER,
   test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias")
 AM_CONDITIONAL(GCC, test "$GCC" = yes)
 
+AM_CONDITIONAL(NATIVE_OR_CROSS_LINKER,
+  test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias" -o "x$host_alias" = "x$build_alias")
+
 dnl Some architectures do not support taking pointers of functions
 dnl defined in shared libraries except in -fPIC mode.  We need to
 dnl tell the unittest framework if we're compiling for one of those
This page took 0.024896 seconds and 4 git commands to generate.