diff options
author | peter <peter@FreeBSD.org> | 1999-01-16 08:51:46 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-16 08:51:46 +0000 |
commit | 8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e (patch) | |
tree | 964db61703a77b9b550bb954a04d79b823bc264e /contrib/gcc | |
parent | 9ca21c103197c930e8d45431ad25a0582a498a11 (diff) | |
download | FreeBSD-src-8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e.zip FreeBSD-src-8e07cd6f5f64ddbb7b664d3a0b76385d60153a5e.tar.gz |
a.out is default
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/gcc.c | 4 |
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. */ |