This commit was manufactured by cvs2svn to create branch

'VENDOR-binutils'.
This commit is contained in:
cvs2svn 1998-03-01 23:26:33 +00:00
parent 52cb49752a
commit d3609998d8

View File

@ -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"