diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-05 21:35:21 +0000 |
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-05 21:35:21 +0000 |
| commit | eebe5e9c2e5aaa999320150f33d86832c20709bb (patch) | |
| tree | ff8abd590ecebb8c887488d5463d9535a6345a4f | |
| parent | e3a92da061f31eaefb84bf0eb27e43396f06d8e8 (diff) | |
| download | ppe42-gcc-eebe5e9c2e5aaa999320150f33d86832c20709bb.tar.gz ppe42-gcc-eebe5e9c2e5aaa999320150f33d86832c20709bb.zip | |
darwin.opt translation
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99289 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/rs6000/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index a18ebcd7bca..58ef8db9582 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -40,6 +40,9 @@ #undef PTRDIFF_TYPE #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") +/* Translate config/rs6000/darwin.opt to config/darwin.h. */ +#define TARGET_DYNAMIC_NO_PIC (TARGET_MACHO_DYNAMIC_NO_PIC) + /* Handle #pragma weak and #pragma pack. */ #define HANDLE_SYSV_PRAGMA 1 |

