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>
PR target/46422
......@@ -223,6 +223,7 @@ do { \
} \
\
else if (TARGET_RELOCATABLE) \
if (!flag_pic) \
flag_pic = 2; \
} while (0)
......
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