]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/Make-common.in
sim: drop use of bfd/configure.host
[thirdparty/binutils-gdb.git] / sim / common / Make-common.in
index 8740a4a079e7ca0b20cf1b4302c918ecdf4d2656..99d55fb203839d1fe476c81b00e6c5ef9ba25906 100644 (file)
@@ -93,9 +93,6 @@ WERROR_CFLAGS = @WERROR_CFLAGS@
 SIM_WARN_CFLAGS = $(WARN_CFLAGS)
 SIM_WERROR_CFLAGS = $(WERROR_CFLAGS)
 
-HDEFINES = @HDEFINES@
-TDEFINES =
-
 AR = @AR@
 AR_FLAGS = rc
 RANLIB = @RANLIB@
@@ -230,8 +227,7 @@ CONFIG_CFLAGS = \
        $(SIM_WARN_CFLAGS) \
        $(SIM_WERROR_CFLAGS) \
        $(SIM_HARDWARE) \
-       $(SIM_EXTRA_CFLAGS) \
-       $(HDEFINES) $(TDEFINES)
+       $(SIM_EXTRA_CFLAGS)
 CSEARCH = -I. -I$(srcdir) -I../common -I$(srccom) \
   -I../../include -I$(srcroot)/include \
   -I../../bfd -I$(srcroot)/bfd \