aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-09-15 23:06:42 +0000
committerDoug Evans <dje@google.com>2009-09-15 23:06:42 +0000
commit6ae841305ce01cf325992c993fac31abc958622f (patch)
treeb931c2fca408108f976222b8d7a2bd4403e2d796 /sim/ppc/configure
parentfa289fb8df4ae53e4141a9de1dcb29de6f9fb85b (diff)
downloadgdb-6ae841305ce01cf325992c993fac31abc958622f.zip
gdb-6ae841305ce01cf325992c993fac31abc958622f.tar.gz
gdb-6ae841305ce01cf325992c993fac31abc958622f.tar.bz2
* configure.ac (sim_hwflags): Clean up definition, AC_SUBST it.
* configure: Regenerate. * Makefile.in (SIM_HWFLAGS): New variable. (STD_CFLAGS, NOWARN_CFLAGS): Add it.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-xsim/ppc/configure6
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 5b3325a..872a9db 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -589,6 +589,7 @@ ac_includes_default="\
#endif"
ac_subst_vars='LTLIBOBJS
+sim_hwflags
sim_fpu
sim_fpu_cflags
sim_targ_vals
@@ -3740,7 +3741,9 @@ else
fi
if test x"$ac_cv_has_union_semun" = x"yes" -a x"$ac_cv_sysv_sem" = x"yes" ; then
- sim_hwflags="-DHAS_UNION_SEMUN";
+ sim_hwflags="-DHAS_UNION_SEMUN"
+else
+ sim_hwflags=""
fi
@@ -6010,6 +6013,7 @@ fi
+
ac_config_files="$ac_config_files Makefile"
ac_config_commands="$ac_config_commands default"