aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2005-05-05 17:35:21 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2005-05-05 17:35:21 -0400
commitbd96cd55b4d746cff8f596cb2c0fd564786bc6d1 (patch)
treeff8abd590ecebb8c887488d5463d9535a6345a4f
parentda6098a956518d501ffde083bd1bd03c53d21997 (diff)
downloadgcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.zip
gcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.tar.gz
gcc-bd96cd55b4d746cff8f596cb2c0fd564786bc6d1.tar.bz2
darwin.opt translation
From-SVN: r99289
-rw-r--r--gcc/config/rs6000/darwin.h3
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