diff options
Diffstat (limited to 'gcc/config/aoutos.h')
-rw-r--r-- | gcc/config/aoutos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/aoutos.h b/gcc/config/aoutos.h index e995df6e98f..0a5dcc01a80 100644 --- a/gcc/config/aoutos.h +++ b/gcc/config/aoutos.h @@ -36,6 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ or configure.in script to properly use the new ?????aout.h file when configuring for the system. */ +/* Define a symbol indicating that we are using aoutos.h. */ +#define USING_AOUTOS_H + /* A C statement (sans semicolon) to output an element in the table of global constructors. If using GNU LD, tell it that this is part of the static destructor set. |