am 9e4e3b37: Merge "TARGET_linux-arm.mk: use single slash version of -print-whatever"

* commit '9e4e3b378fd9a62651e216f18dc26cf2b877412a':
  TARGET_linux-arm.mk: use single slash version of -print-whatever
This commit is contained in:
Jean-Baptiste Queru
2012-05-02 17:03:12 -07:00
committed by Android Git Automerger

View File

@@ -179,7 +179,7 @@ TARGET_FDO_CFLAGS:=
TARGET_FDO_LIB:=
target_libgcov := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
--print-file-name=libgcov.a)
-print-file-name=libgcov.a)
ifneq ($(strip $(BUILD_FDO_INSTRUMENT)),)
# Set BUILD_FDO_INSTRUMENT=true to turn on FDO instrumentation.
# The profile will be generated on /data/local/tmp/profile on the device.