diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2005-05-05 17:35:21 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-05-05 17:35:21 -0400 |
commit | bd96cd55b4d746cff8f596cb2c0fd564786bc6d1 (patch) | |
tree | ff8abd590ecebb8c887488d5463d9535a6345a4f | |
parent | da6098a956518d501ffde083bd1bd03c53d21997 (diff) | |
download | gcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.zip gcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.tar.gz gcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.tar.bz2 |
darwin.opt translation
From-SVN: r99289
-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 a18ebcd..58ef8db 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 |