diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 04:00:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 02:54:59 -0500 |
commit | 22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab (patch) | |
tree | bb7933fd15e5c4c05fd24fa3c1e01197789f8a89 /sim/ppc/configure | |
parent | 7124407794aaa3762a25c26cd3a00a637f7241c9 (diff) | |
download | gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.zip gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.gz gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.bz2 |
sim: drop --enable-sim-cflags option
No other sub directory provides such a configuration option, so
drop it from the sim dir as well. This cleans up a good bit of
code in the process.
If people want to use custom flags for just the sim, they can
still run configure+make by hand in the sim subdir and use the
normal CFLAGS settings.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index 63f1395..d552628 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -620,7 +620,6 @@ sim_opcode sim_config sim_line_nr sim_warnings -sim_cflags RANLIB AR HDEFINES @@ -733,7 +732,6 @@ enable_option_checking enable_sim_alignment enable_sim_assert enable_sim_bitsize -enable_sim_cflags enable_sim_config enable_sim_decode_mechanism enable_sim_default_model @@ -1399,7 +1397,6 @@ Optional Features: --enable-sim-alignment=align Specify strict or nonstrict alignment. --enable-sim-assert Specify whether to perform random assertions. --enable-sim-bitsize=n Specify target bitsize (32 or 64). - --enable-sim-cflags=opts Extra CFLAGS for use in building simulator --enable-sim-config=file Override default config file --enable-sim-decode-mechanism=which Specify the instruction decode mechanism. --enable-sim-default-model=which Specify default PowerPC to model. @@ -5231,21 +5228,6 @@ else fi -# Check whether --enable-sim-cflags was given. -if test "${enable_sim_cflags+set}" = set; then : - enableval=$enable_sim_cflags; case "${enableval}" in - yes) sim_cflags="-O2 -fomit-frame-pointer";; - no) sim_cflags="";; - *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;; -esac -if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then - echo "Setting sim cflags = $sim_cflags" 6>&1 -fi -else - sim_cflags="" -fi - - # Check whether --enable-sim-config was given. if test "${enable_sim_config+set}" = set; then : enableval=$enable_sim_config; case "${enableval}" in @@ -7920,7 +7902,6 @@ fi - ac_config_files="$ac_config_files Makefile" ac_config_commands="$ac_config_commands default" |