diff options
Diffstat (limited to 'contrib/gcc/gcc.c')
-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. */ |