mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
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:
parent
fd764996f9
commit
bcce436d14
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user