From: Chris Zankel Date: Sun, 2 May 2010 08:00:22 +0000 (-0700) Subject: xtensa: Add -mforce-no-pic option is supported X-Git-Tag: v2.6.36-rc1~564^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71;p=pandora-kernel.git xtensa: Add -mforce-no-pic option is supported GCC is configured to always compile with PIC enabled for the Xtensa architecture. This fails when nfsroot is enabled as the code uses a non-conformant segment that mismatches in permissione with a read-only segment. A patch has been submitted to GCC to add the machine-option 'force-no-pic' that disables PIC. Signed-off-by: Chris Zankel --- Reading git-diff-tree failed