* options.h (class General_options): Define
[deliverable/binutils-gdb.git] / gold / configure.ac
index 0a535987d914fda02ec71eb001f8db8a037330bf..2492c7a11b2b3003ed959d8c8d1c48cc0d20c1d5 100644 (file)
@@ -151,6 +151,12 @@ for targ in $target $canon_targets; do
        default_size=$targ_size
        default_big_endian=$targ_big_endian
        default_osabi=$targ_osabi
+
+       AM_CONDITIONAL(DEFAULT_TARGET_ARM, test "$targ_obj" = "arm")
+       AM_CONDITIONAL(DEFAULT_TARGET_I386, test "$targ_obj" = "i386")
+       AM_CONDITIONAL(DEFAULT_TARGET_POWERPC, test "$targ_obj" = "powerpc")
+       AM_CONDITIONAL(DEFAULT_TARGET_SPARC, test "$targ_obj" = "sparc")
+       AM_CONDITIONAL(DEFAULT_TARGET_X86_64, test "$targ_obj" = "x86_64")
       fi
     fi
   fi
This page took 0.023388 seconds and 4 git commands to generate.