aboutsummaryrefslogtreecommitdiff
path: root/toolchains/x86-4.8
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2013-10-02 12:03:52 +0200
committerDavid 'Digit' Turner <digit@android.com>2013-10-02 12:03:52 +0200
commit2f84ee41d7f2388e65aa829f93165e1ae461c873 (patch)
tree3dd2874dfbc0e3b899d007d6c0431922a429b52e /toolchains/x86-4.8
parent10cc80b97d824c09fd40c462db01c3ea4b761401 (diff)
downloadndk-2f84ee41d7f2388e65aa829f93165e1ae461c873.tar.gz
Improve ndk-build output + fix double-quotes on Windows.
This patche slightly improves the ndk-build output for individual build steps, i.e.: BEFORE: Compile <abi> : <some details> AFTER: [abi] Compile : <some details> The reason for this is that there are some build steps which didn't include the <abi>, which is ambiguous when doing a multi-ABI build with lots of parallel jobs. Note that for ARM, 'Compile arm' or 'Compile thumb' are still being used to distinguish between 32-bit ARM and 16 or 16/32 Thumb compilation modes. This only affects Compile and Compile++ build steps. + Fix the extra-quoting issue on Windows described by https://code.google.com/p/android/issues/detail?id=60649 Change-Id: Ib0bb7587f7113d488696e1c820d89adabad3070c
Diffstat (limited to 'toolchains/x86-4.8')
-rw-r--r--toolchains/x86-4.8/setup.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchains/x86-4.8/setup.mk b/toolchains/x86-4.8/setup.mk
index 3bc4aeae2..72d0aa0e9 100644
--- a/toolchains/x86-4.8/setup.mk
+++ b/toolchains/x86-4.8/setup.mk
@@ -62,7 +62,6 @@ $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
$(eval __release_sources := $(call get-src-files-without-tag,debug)) \
$(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \
$(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
-$(call set-src-files-text,$(LOCAL_SRC_FILES),x86$(space)$(space)) \
# The ABI-specific sub-directory that the SDK tools recognize for
# this toolchain's generated binaries