From f872d0d643968c1101bb8c07b252edd54f626da2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 22 May 1998 05:23:04 +0000 Subject: Only enable H/W on some mips targets. Move common hw-obj to Make-common Pacify GCC --- sim/tic80/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sim/tic80') diff --git a/sim/tic80/configure b/sim/tic80/configure index a31adf0..b1a6104 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 -- cgit v1.1