diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index c192638fc94..e02d33e0cdb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -564,6 +564,13 @@ #endif +/* Define if your Mac OS X assembler supports the -mmacos-version-min option. + */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION +#endif + + /* Define if the assembler understands -mnan=. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_NAN |