From bd96cd55b4d746cff8f596cb2c0fd564786bc6d1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 5 May 2005 17:35:21 -0400 Subject: [PATCH] darwin.opt translation From-SVN: r99289 --- gcc/config/rs6000/darwin.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2