freebsd-dev/contrib/binutils/gas/config/te-freebsd.h
John Polstra 12df71b07c Configuration changes to support FreeBSD. The linker only works for
ELF, not a.out.  But all the other tools support both.  I'm not so
sure about the assembler -- it might need more work.
1998-03-01 23:26:32 +00:00

9 lines
284 B
C

/*
* 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"