forked from Imagelibrary/binutils-gdb
sim: move dv-sockser define to CPPFLAGS
This is the only define left in m4/ that is not in the common config.h, so move it to sim_hw_cflags so we can drop the arch-specific config.h.
This commit is contained in:
6
sim/lm32/configure
vendored
6
sim/lm32/configure
vendored
@@ -11410,11 +11410,7 @@ else
|
||||
# that you instatiate. Instead, other code will call into it directly.
|
||||
# At some point, we should convert it over.
|
||||
sim_hw_objs="$sim_hw_objs dv-sockser.o"
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_DV_SOCKSER 1
|
||||
_ACEOF
|
||||
|
||||
sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
|
||||
;;
|
||||
esac
|
||||
if test x"$silent" != x"yes"; then
|
||||
|
||||
Reference in New Issue
Block a user