diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 19:36:14 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 19:36:14 +0000 |
commit | 0cbc4a01cad0c7e1561e896012b165701a5f74f0 (patch) | |
tree | e8da5c96959ee6aaf2e7cf5b4b9b770eb3ad8784 /gcc/config/rs6000/darwin.h | |
parent | de7ef844633e44948aed99a583fda34372c1760d (diff) | |
download | gcc-0cbc4a01cad0c7e1561e896012b165701a5f74f0.tar.gz |
* config/darwin9.h: Add copyright notice.
(LINK_COMMAND_SPEC): Add comment.
(DARWIN_LIBSYSTEM_HAS_UNWIND): Define.
* config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Conditionalise on
DARWIN_LIBSYSTEM_HAS_UNWIND.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index acf8b4e0e33..c96c2eeae00 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -405,7 +405,7 @@ #include <stdbool.h> #endif -#ifndef __LP64__ +#if !defined(__LP64__) && !defined(DARWIN_LIBSYSTEM_HAS_UNWIND) #define MD_UNWIND_SUPPORT "config/rs6000/darwin-unwind.h" #endif |