Commit ba619c96 by Doug Evans

Create multilib versions of -fpic/-fPIC.

From-SVN: r12844
parent 4dbebeb2
...@@ -4,11 +4,13 @@ LIBGCC1 = ...@@ -4,11 +4,13 @@ LIBGCC1 =
CROSS_LIBGCC1 = CROSS_LIBGCC1 =
LIBGCC1_TEST = LIBGCC1_TEST =
MULTILIB_OPTIONS=mv8 MULTILIB_OPTIONS = fpic/fPIC mcpu=v8
MULTILIB_DIRNAMES=v8 MULTILIB_DIRNAMES = pic ucpic v8
MULTILIB_MATCHES= MULTILIB_MATCHES = mcpu?v8=mv8
LIBGCC = stmp-multilib LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib INSTALL_LIBGCC = install-multilib
TARGET_LIBGCC2_CFLAGS = -fPIC # The native linker doesn't handle linking -fpic code with -fPIC code. Ugh.
# We cope by building both variants of libgcc.
#TARGET_LIBGCC2_CFLAGS = -fPIC
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