From d4c82d05b8d0ee97f6356d60986799a95ed5bd74 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 12 Sep 2015 03:22:19 +0000 Subject: add sh fdpic subarch variants with this commit it should be possible to produce a working static-linked fdpic libc and application binaries for sh. the changes in reloc.h are largely unused at this point since dynamic linking is not supported, but the CRTJMP macro is used one place outside of dynamic linking, in __unmapself. --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 70b77fb8..c277764a 100755 --- a/configure +++ b/configure @@ -558,6 +558,10 @@ fi else SUBARCH=${SUBARCH}-nofpu fi +if trycppif __SH_FDPIC__ "$t" ; then +SUBARCH=${SUBARCH}-fdpic +shared=no +fi fi test "$SUBARCH" \ -- cgit v1.2.1