No description
Find a file
Alistair Strachan 7390ef5553 Avoid accidentally using the host's native 'as' command.
When invoking clang for the host to assemble .S files, the -B flag
would not be provided, which allowed the host prebuilt clang to
use an 'as' from the native environment. Most of the time this
"just works", but some newer 'as' versions cause problems with
the older prebuilt toolchain, for example by generating
unsupported relocation types.

To avoid this problem, simply use the -B flag to tell clang to
invoke the assembler from the correct prebuilt gcc prefix.

(cherry-picked from AOSP commit 5ff9c81b6c)

Change-Id: I18ea4f37ae637b652cfd7321c41929f8be075342
Signed-off-by: Alistair Strachan <alistair.strachan@imgtec.com>
2016-08-22 19:39:25 -07:00
core Avoid accidentally using the host's native 'as' command. 2016-08-22 19:39:25 -07:00
libs/host Clean up Mac OS hacks in acp slightly. 2016-01-05 09:32:42 -08:00
target Merge \"The easter egg is now its own APK.\" into nyc-dev 2016-06-26 22:56:03 +00:00
tools update dac legacy templates for N release. 2016-08-19 05:31:18 +00:00
.gitignore Add build subprojects to .gitignore 2015-07-23 13:18:47 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
CleanSpec.mk Add system_other partition, install odex files 2016-06-24 11:07:15 -07:00
envsetup.sh build rule change for VTS (vendor test suite)'s metadata files 2016-04-25 13:06:57 -07:00