aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/config/te-generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/config/te-generic.h')
-rw-r--r--gnu/usr.bin/as/config/te-generic.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/usr.bin/as/config/te-generic.h b/gnu/usr.bin/as/config/te-generic.h
new file mode 100644
index 000000000000..8bf93bf4ad39
--- /dev/null
+++ b/gnu/usr.bin/as/config/te-generic.h
@@ -0,0 +1,25 @@
+/*
+ * This file is te-generic.h and is intended to be a template for
+ * target environment specific header files.
+ *
+ * It is my intent that this file will evolve into a file suitable for config,
+ * compile, and copying as an aid for testing and porting. xoxorich.
+ */
+/*
+ * $Id: te-generic.h,v 1.1 1993/11/03 00:55:03 paul Exp $
+ */
+
+
+#define TE_GENERIC 1
+
+/* these define interfaces */
+#include "obj-format.h"
+
+/*
+ * Local Variables:
+ * comment-column: 0
+ * fill-column: 131
+ * End:
+ */
+
+/* end of te-generic.h */