diff options
Diffstat (limited to 'contrib/gcc/gcc.c')
-rw-r--r-- | contrib/gcc/gcc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index b7a55ea275e7..fa9d5c0212f3 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -2328,8 +2328,12 @@ 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. */ |