OSDN Git Service

Add -fPIC as default Clang mips ASFLAGS.
authorChih-Hung Hsieh <chh@google.com>
Wed, 8 Oct 2014 22:41:29 +0000 (15:41 -0700)
committerChih-Hung Hsieh <chh@google.com>
Wed, 8 Oct 2014 22:41:29 +0000 (15:41 -0700)
commitce6300a5db6573e50cb0f203e5ae48aab02f6cd0
tree482f039f474775cdcc0a717dcb9bf04a68adf8a7
parent8330c4c5e6f8bb8b64e1b45ceed603b49853a086
Add -fPIC as default Clang mips ASFLAGS.

For mips target, gcc passes -KPIC to assembler by default,
but clang passes -KPIC only if -fPIC or -fpic is given.

BUG: 17895505
Change-Id: I7803adaf8ad7b40c6473872b67f4e0b4c502b38a
core/clang/TARGET_mips.mk