Commit df0aaa66 by Joakim Tjernlund Committed by Dave Korn

sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic as well as -mrelocatable at the same time.

2010-11-17  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>

	* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic
	as well as -mrelocatable at the same time.

From-SVN: r166897
parent 0e1a989c
2010-11-17 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic
as well as -mrelocatable at the same time.
2010-11-17 Quentin Neill <quentin.neill.gnu@gmail.com> 2010-11-17 Quentin Neill <quentin.neill.gnu@gmail.com>
PR target/46422 PR target/46422
...@@ -223,7 +223,8 @@ do { \ ...@@ -223,7 +223,8 @@ do { \
} \ } \
\ \
else if (TARGET_RELOCATABLE) \ else if (TARGET_RELOCATABLE) \
flag_pic = 2; \ if (!flag_pic) \
flag_pic = 2; \
} while (0) } while (0)
#ifndef RS6000_BI_ARCH #ifndef RS6000_BI_ARCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment