summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/gcc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-16 08:51:46 +0000
committerpeter <peter@FreeBSD.org>1999-01-16 08:51:46 +0000
commit8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e (patch)
tree964db61703a77b9b550bb954a04d79b823bc264e /contrib/gcc/gcc.c
parent9ca21c103197c930e8d45431ad25a0582a498a11 (diff)
downloadFreeBSD-src-8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e.zip
FreeBSD-src-8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e.tar.gz
a.out is default
Diffstat (limited to 'contrib/gcc/gcc.c')
-rw-r--r--contrib/gcc/gcc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c
index fa9d5c0..b7a55ea 100644
--- a/contrib/gcc/gcc.c
+++ b/contrib/gcc/gcc.c
@@ -2328,12 +2328,8 @@ struct infile
};
#if defined(FREEBSD_NATIVE) && defined(__i386__)
-#if defined(FREEBSD_AOUT)
-static int objformat_aout = 1; /* set default format in absense of */
-#else /* any other hints. */
static int objformat_aout = 0;
#endif
-#endif
/* Also a vector of input files specified. */
OpenPOWER on IntegriCloud