sim/erc32: Remove unused defines in Makefile and switch off statistics
[external/binutils.git] / sim / erc32 / Makefile.in
index c03121c..418e7e4 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the erc32sim library.
-#    Copyright (C) 1993-2013 Free Software Foundation, Inc.
+#    Copyright (C) 1993-2015 Free Software Foundation, Inc.
 #    Written by Cygnus Support
 #    Modified by J.Gaisler ESA/ESTEC
 # 
@@ -30,7 +30,7 @@ SIM_EXTRA_CLEAN = clean-sis
 # UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to
 # CFLAGS if faster (infinite) UART speed is desired. Might affect the
 # behaviour of UART interrupt routines ...
-SIM_EXTRA_CFLAGS = -DSTAT -DFAST_UART -DIUREV0 -DMECREV0
+SIM_EXTRA_CFLAGS = -DFAST_UART
 
 ## COMMON_POST_CONFIG_FRAG
 
@@ -45,7 +45,7 @@ sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
 # There is AC_C_BIGENDIAN but it doesn't handle float endianness.
 # [Are int/float endians every different on a sparc?]
 end: $(srcdir)/end.c
-       $(CC_FOR_BUILD) $(srcdir)/end.c -o end
+       $(CC_FOR_BUILD) -I. $(srcdir)/end.c -o end
 end.h: end
        ./end > end.h