OSDN Git Service

Link compiler-rt in the correct order.
authorDan Albert <danalbert@google.com>
Tue, 14 Oct 2014 17:45:33 +0000 (10:45 -0700)
committerDan Albert <danalbert@google.com>
Tue, 14 Oct 2014 17:45:33 +0000 (10:45 -0700)
commite1b17e7ef5494ad074ed4856a756af8d2c5ea70d
treed82ba633bee2906d8ad0183a30228e1549c8097f
parent165fdf42042d7c13d9f7866b3a3eff841e08dad2
Link compiler-rt in the correct order.

The compiler run-time library should always be the _last_ thing linked
when building static executables. This was being done correctly for
libgcc, but not when using compiler-rt.

Change-Id: I0689dc35f55caad2fe74c0cbb4cbe3008ded349a
core/combo/TARGET_linux-arm.mk
core/combo/TARGET_linux-arm64.mk
core/combo/TARGET_linux-mips.mk
core/combo/TARGET_linux-mips64.mk
core/combo/TARGET_linux-x86.mk
core/combo/TARGET_linux-x86_64.mk