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:
dbaron%fas.harvard.edu 2002-06-26 03:07:16 +00:00
Родитель a62c683ec0
Коммит 27ee39f13e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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