зеркало из https://github.com/mozilla/pjs.git
Build changes to build mach-o on gcc3: link asdecode with $(CXX) instead of $(CC). r=bryner sr=beard b=153525
This commit is contained in:
Родитель
a62c683ec0
Коммит
27ee39f13e
|
@ -51,6 +51,9 @@ TARGETS += elf-dynstr-gc
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH), Darwin)
|
||||
# XXX Setting CPP_PROG_LINK is ugly, but it works (it makes nsinstall
|
||||
# link with $(CXX)). asdecode should really be in its own directory.
|
||||
CPP_PROG_LINK = 1
|
||||
SIMPLE_PROGRAMS += asdecode
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче