diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-05 23:12:04 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-05 23:12:04 +0000 |
commit | 919e20a44f4042d06795c819364ab09f7d1ef3b2 (patch) | |
tree | 6cf55841377bcb662321649b5ab7f2fccf01c8f6 /gcc/config/rs6000/darwin.h | |
parent | 12b49fa58e46158530a4bef26d85de03c1928f14 (diff) | |
download | gcc-919e20a44f4042d06795c819364ab09f7d1ef3b2.tar.gz |
Update comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117470 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r-- | gcc/config/rs6000/darwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 6594c71ee79..763cf56c315 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -83,7 +83,6 @@ do { \ } \ else if (flag_pic == 1) \ { \ - /* Darwin doesn't support -fpic. */ \ flag_pic = 2; \ } \ } \ |