summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1998-03-01 23:26:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1998-03-01 23:26:33 +0000
commit8bd66fa3361530e617720d49186e0346f991a780 (patch)
tree2399800af33017397e0763cc55310087ae489b26 /contrib
parent2cbd0590cd191c81b59e94970f4c40c371f9e415 (diff)
downloadFreeBSD-src-8bd66fa3361530e617720d49186e0346f991a780.zip
FreeBSD-src-8bd66fa3361530e617720d49186e0346f991a780.tar.gz
This commit was manufactured by cvs2svn to create branch
'VENDOR-binutils'.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/binutils/gas/config/te-freebsd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/binutils/gas/config/te-freebsd.h b/contrib/binutils/gas/config/te-freebsd.h
new file mode 100644
index 0000000..1314235
--- /dev/null
+++ b/contrib/binutils/gas/config/te-freebsd.h
@@ -0,0 +1,8 @@
+/*
+ * Target environment for FreeBSD. It is the same as the generic
+ * target, except it arranges to suppress the use of "/" as a comment
+ * character. Some code in the FreeBSD kernel uses "/" to mean
+ * division. (What a concept.)
+ */
+#define TE_FreeBSD 1
+#include "te-generic.h"
OpenPOWER on IntegriCloud