darwin.opt translation
authorDavid Edelsohn <dje@gcc.gnu.org>
Thu, 5 May 2005 21:35:21 +0000 (17:35 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 5 May 2005 21:35:21 +0000 (17:35 -0400)
From-SVN: r99289

gcc/config/rs6000/darwin.h

index a18ebcd..58ef8db 100644 (file)
@@ -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