diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/gcc/gcc.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
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 b7a55ea275e7f..fa9d5c0212f37 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. */ |
