mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix for IRIX 5.x.
This commit is contained in:
parent
da909ebcdc
commit
46f86aa436
@ -39,8 +39,10 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# Override gtscc when building vreg on IRIX 5.3.
|
||||
ifeq ($(OS_ARCH)$(OS_RELEASE),IRIX5)
|
||||
ifneq ($(CC),gcc)
|
||||
CC = cc
|
||||
endif
|
||||
endif
|
||||
|
||||
INCLUDES += -I$(topsrcdir)/include
|
||||
GARBAGE += $(PROGRAM) $(BIN_OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user