diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-11-01 04:53:33 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-11-01 04:53:33 +0000 |
commit | 7eb0a43cd68d39e1a9f4708017360768bde3dff3 (patch) | |
tree | 694c892e0969b6542f1929c94f7b8e2597f8034f /gcc/config | |
parent | 0a052b16fef9d5d94ec32d3c1a154d03bce49450 (diff) | |
download | gcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.zip gcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.tar.gz gcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.tar.bz2 |
re PR target/15834 (NO_IMPLICIT_EXTERN_C should be gotten rid of)
PR 15834
* config/darwin.h (NO_IMPLICIT_EXTERN_C): Define.
From-SVN: r118358
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 43288f7..05b3472 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -40,6 +40,9 @@ Boston, MA 02110-1301, USA. */ #define OBJECT_FORMAT_MACHO +/* Don't assume anything about the header files. */ +#define NO_IMPLICIT_EXTERN_C + /* Suppress g++ attempt to link in the math library automatically. */ #define MATH_LIBRARY "" |