diff options
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 8740a4a..99d55fb 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -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 \ |