Bug 1204763 follow-up: Fix the comments, DONTBUILD

This commit is contained in:
Ehsan Akhgari 2015-09-28 22:18:56 -04:00
parent 48247b560b
commit eac578d6c8

View File

@ -17,11 +17,11 @@ DSO_LDOPTS := -shared
ifeq ($(HOST_OS_ARCH)_$(OS_ARCH),Linux_Darwin)
# Use the host compiler instead of the target compiler.
CXX := $(HOST_CXX)
# Don't use --uselist with expandlibs_exec.py.
EXPAND_MKSHLIB_ARGS :=
# expandlibs doesn't know the distinction between host and target toolchains,
# and on cross linux/darwin builds, the options to give to the linker for file
# lists differ between both, so don't use file lists.
EXPAND_MKSHLIB_ARGS :=
# Don't pass OSX linker arguments.
MOZ_FIX_LINK_PATHS :=
endif