History log of /external/libcxx/buildcmds/buildcmdscc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
90ed14b6a2801eaa20fa8f94679c60ed142ab6b3 12-May-2015 Dan Albert <danalbert@google.com> Fix host tests.

The regex being overspecified meant that host tests were not properly
replacing the dummy.o when linking, meaning all of the tests that were
running were running nothing but `int main() {}`.

The good news is that there weren't any failing tests hiding behind
this on Linux.

Change-Id: I9bea82ff1fefdf156d68a58689e532807c8d999b
/external/libcxx/buildcmds/buildcmdscc
2175caa94cef44f9eabb70c53d63630228dec1a2 23-Oct-2014 Dan Albert <danalbert@google.com> Automatically generate build/link commands.

Use LOCAL_CXX with a dummy compiler to determine the build/link flags
the build system will use to build a typical Android executable. This
both prevents test failures when the build system simply goes out of
sync with the old, hard coded flags, and helps us catch new failures
introduced by build system changes ASAP.

Change-Id: I9a867ab49b7f2158070cf944c7a96084089a3718
/external/libcxx/buildcmds/buildcmdscc