diff --git a/contrib/binutils/gas/config/te-freebsd.h b/contrib/binutils/gas/config/te-freebsd.h new file mode 100644 index 000000000000..13142359dcd7 --- /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"