Bug 107976: allow CC to be overridden (with the full pathname of the C

compiler) on the make command line.
Modified files: AIX.mk ruleset.mk
This commit is contained in:
wtc%netscape.com 2003-02-11 01:15:36 +00:00
Родитель 815181c087
Коммит 684c1663ec
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -65,7 +65,7 @@ CPU_ARCH = rs6000
RANLIB = ranlib
OS_CFLAGS = -DAIX -DSYSV
ifeq ($(CC),xlC_r)
ifndef NS_USE_GCC
OS_CFLAGS += -qarch=com
endif

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

@ -81,14 +81,14 @@
#
ifndef COMPILER_TAG
ifneq ($(DEFAULT_COMPILER), $(CC))
ifneq ($(DEFAULT_COMPILER), $(notdir $(CC)))
#
# Temporary define for the Client; to be removed when binary release is used
#
ifdef MOZILLA_CLIENT
COMPILER_TAG =
else
COMPILER_TAG = _$(CC)
COMPILER_TAG = _$(notdir $(CC))
endif
else
COMPILER_TAG =