diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-10-05 23:12:04 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-10-05 23:12:04 +0000 |
commit | b376472f31a68cfc7ebb74bb976bcc355c62ba30 (patch) | |
tree | 6cf55841377bcb662321649b5ab7f2fccf01c8f6 /gcc | |
parent | c671c14680fb507a81b39814427518271d84610e (diff) | |
download | gcc-b376472f31a68cfc7ebb74bb976bcc355c62ba30.zip gcc-b376472f31a68cfc7ebb74bb976bcc355c62ba30.tar.gz gcc-b376472f31a68cfc7ebb74bb976bcc355c62ba30.tar.bz2 |
Update comment
From-SVN: r117470
Diffstat (limited to 'gcc')
-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 6594c71..763cf56 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; \ } \ } \ |