diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-16 23:37:23 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-16 23:37:23 +0000 |
commit | 391fbfb8ca6687adf9e03633c56e0f90541fd3f3 (patch) | |
tree | d89aaa93d1ebac71acf866e92afac4d7dbe9f26f /gcc/config/darwin.h | |
parent | a30e53454663b6b8fab469d249341c514a6395f6 (diff) | |
download | gcc-391fbfb8ca6687adf9e03633c56e0f90541fd3f3.zip gcc-391fbfb8ca6687adf9e03633c56e0f90541fd3f3.tar.gz gcc-391fbfb8ca6687adf9e03633c56e0f90541fd3f3.tar.bz2 |
darwin.opt (dylinker, [...]): New Driver options.
* config/darwin.opt (dylinker, headerpad_max_install_names,
keep_private_externs, nofixprebinding, nomultidefs, noprebind,
noseglinkedit, object, prebind, prebind_all_twolevel_modules,
preload, private_bundle, pthread, seglinkedit, twolevel_namespace,
twolevel_namespace_hints, whatsloaded, whyload, y, Mach, X): New
Driver options.
* config/darwin.h (LINK_SPEC): Remove '*' after
headerpad_max_install_names.
From-SVN: r167963
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b6cb1f2..ba61740 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -262,7 +262,7 @@ extern GTY(()) int darwin_ms_struct; %{Zdynamic:-dynamic}\ %{Zexported_symbols_list*:-exported_symbols_list %*} \ %{Zflat_namespace:-flat_namespace} \ - %{headerpad_max_install_names*} \ + %{headerpad_max_install_names} \ %{Zimage_base*:-image_base %*} \ %{Zinit*:-init %*} \ %{!mmacosx-version-min=*:-macosx_version_min %(darwin_minversion)} \ |