diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-22 05:23:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-22 05:23:04 +0000 |
commit | f872d0d643968c1101bb8c07b252edd54f626da2 (patch) | |
tree | 2adb6b0e807371efa17f46a5c5625194d770abac /sim/tic80 | |
parent | 32d41f6ddbcfdca096f753adaa17691d7a1b4afd (diff) | |
download | binutils-gdb-f872d0d643968c1101bb8c07b252edd54f626da2.tar.gz |
Only enable H/W on some mips targets.
Move common hw-obj to Make-common
Pacify GCC
Diffstat (limited to 'sim/tic80')
-rwxr-xr-x | sim/tic80/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/tic80/configure b/sim/tic80/configure index a31adf09e6b..b1a61045ec1 100755 --- a/sim/tic80/configure +++ b/sim/tic80/configure @@ -3684,7 +3684,7 @@ EOF # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set) 2>&1 | grep ac_space` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). @@ -3780,8 +3780,8 @@ s%@sim_hostendian@%$sim_hostendian%g s%@sim_float@%$sim_float%g s%@sim_scache@%$sim_scache%g s%@sim_default_model@%$sim_default_model%g -s%@sim_hardware@%$sim_hardware%g -s%@sim_hw_obj@%$sim_hw_obj%g +s%@sim_hw_cflags@%$sim_hw_cflags%g +s%@sim_hw_objs@%$sim_hw_objs%g s%@sim_hw@%$sim_hw%g s%@sim_inline@%$sim_inline%g s%@sim_packages@%$sim_packages%g |