Bugzilla bug #4471: specify -mips3 when compiling on IRIX 6.5,
otherwise it defaults to -mips4 if the build machine is mips4.
This commit is contained in:
Родитель
afdcdd4a15
Коммит
adda70d2e6
|
@ -119,6 +119,9 @@ OS_CFLAGS += -D_PR_HAVE_SGI_PRDA_PROCMASK
|
|||
endif
|
||||
|
||||
ifeq (,$(filter-out 6.5,$(OS_RELEASE)))
|
||||
ifndef NS_USE_GCC
|
||||
OS_CFLAGS += -mips3
|
||||
endif
|
||||
OS_CFLAGS += -D_PR_HAVE_GETPROTO_R -D_PR_HAVE_GETPROTO_R_POINTER
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче