commit | a632790b8a3f8ded15ce6879b3c775aa18c8f0bf | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Oct 13 00:45:47 2011 -0400 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Dec 02 13:46:20 2011 +0900 |
tree | 344a5007145f529a81435129483b30d1388782e4 | |
parent | 86671631965fd71e5dda356cf931407afeb4ea99 [diff] |
sh: only add -mno-fdpic if the compiler supports it Not all SuperH toolchains support -mno-fdpic. Chances are good that if the flag doesn't work, it isn't defaulting to the FDPIC ABI, so the flag isn't needed. So only add it if it is actually supported. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>