From: David Edelsohn Date: Thu, 5 May 2005 21:35:21 +0000 (-0400) Subject: darwin.opt translation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd96cd55b4d746cff8f596cb2c0fd564786bc6d1;p=platform%2Fupstream%2Fgcc.git darwin.opt translation From-SVN: r99289 --- 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