aboutsummaryrefslogtreecommitdiff
path: root/cad/irsim/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/irsim/files/patch-ac')
-rw-r--r--cad/irsim/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-ac b/cad/irsim/files/patch-ac
new file mode 100644
index 000000000000..175419295d2c
--- /dev/null
+++ b/cad/irsim/files/patch-ac
@@ -0,0 +1,12 @@
+--- src/ana11/Makefile.orig Tue Dec 9 18:41:42 2003
++++ src/ana11/Makefile Tue Dec 9 18:42:45 2003
+@@ -34,6 +34,9 @@
+ $(EXPORTS): $(SRCS)
+ @echo making $(EXPORTS)
+ @../utils/export $(SRCS) $(EXPORTS)
++ grep -v PRINTF $(EXPORTS) > $(EXPORTS).tmp
++ echo "extern void PRINTF(char *format, ... );" >> $(EXPORTS).tmp
++ mv $(EXPORTS).tmp $(EXPORTS)
+
+ $(SRCS) :
+ co $@