diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-06-03 23:21:19 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-06-03 23:21:19 +0000 |
commit | d0b73789d3ac99ccabc5d6d58e4f0b056f0a2a2c (patch) | |
tree | a406a974d0cc14960861cf0e4284a9c12f348f56 /gcc | |
parent | d4d1cfd444501f09fd1e049bf7f14bbefec9da0a (diff) | |
download | gcc-d0b73789d3ac99ccabc5d6d58e4f0b056f0a2a2c.zip gcc-d0b73789d3ac99ccabc5d6d58e4f0b056f0a2a2c.tar.gz gcc-d0b73789d3ac99ccabc5d6d58e4f0b056f0a2a2c.tar.bz2 |
darwin.h (LINK_SPEC): Pass -syslibroot to linker when -isysroot passed.
* config/darwin.h (LINK_SPEC): Pass -syslibroot to linker
when -isysroot passed.
From-SVN: r100559
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/darwin.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2449d13..70c64b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-03 Geoffrey Keating <geoffk@apple.com> + + * config/darwin.h (LINK_SPEC): Pass -syslibroot to linker + when -isysroot passed. + 2005-06-03 Joseph S. Myers <joseph@codesourcery.com> PR c/21879 diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 96a501a..a1d687f 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -275,6 +275,7 @@ Boston, MA 02111-1307, USA. */ %{Zseg_addr_table*: -seg_addr_table %*} \ %{Zseg_addr_table_filename*:-seg_addr_table_filename %*} \ %{sub_library*} %{sub_umbrella*} \ + %{isysroot*:-syslibroot %*} \ %{twolevel_namespace} %{twolevel_namespace_hints} \ %{umbrella*} \ %{undefined*} \ |