001-02-18 David O'Brien <obrien@FreeBSD.org>
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 3a66177cecb812ee16f61b31c18a70390fec06ec..a68d5e49267f589a321c026e560cf367a9297b49 100644 (file)
@@ -75,6 +75,9 @@ extern int tc_i386_fix_adjustable PARAMS ((struct fix *));
 #define TARGET_MACH            (i386_mach ())
 extern unsigned long i386_mach PARAMS ((void));
 
+#ifdef TE_FreeBSD
+#define AOUT_TARGET_FORMAT     "a.out-i386-freebsd"
+#endif
 #ifdef TE_NetBSD
 #define AOUT_TARGET_FORMAT     "a.out-i386-netbsd"
 #endif
This page took 0.023362 seconds and 4 git commands to generate.