зеркало из https://github.com/mozilla/pjs.git
Another attempt to fix bug #18966. Added $(INCLUDES) to AS and fixed irix6.5 detection.
This commit is contained in:
Родитель
5692529042
Коммит
8515120e01
|
@ -2668,7 +2668,7 @@ EOF
|
|||
;;
|
||||
esac
|
||||
if test "$GNU_CC"; then
|
||||
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2'
|
||||
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
|
||||
CFLAGS="$CFLAGS -Wall -Wno-format"
|
||||
_OPTIMIZE_FLAGS="-O6"
|
||||
else
|
||||
|
@ -2713,20 +2713,8 @@ EOF
|
|||
EOF
|
||||
|
||||
fi
|
||||
case "${target_os}" in
|
||||
irix5*)
|
||||
;;
|
||||
*)
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _PR_HAVE_SGI_PRDA_PROCMASK 1
|
||||
EOF
|
||||
|
||||
;;
|
||||
esac
|
||||
case "${target_os}" in
|
||||
irix6.5*)
|
||||
;;
|
||||
*)
|
||||
if test -z "$GNU_CC"; then
|
||||
CFLAGS="$CFLAGS -mips3"
|
||||
fi
|
||||
|
@ -2736,6 +2724,18 @@ EOF
|
|||
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _PR_HAVE_GETPROTO_R_POINTER 1
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _PR_HAVE_SGI_PRDA_PROCMASK 1
|
||||
EOF
|
||||
|
||||
;;
|
||||
irix5*)
|
||||
;;
|
||||
*)
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _PR_HAVE_SGI_PRDA_PROCMASK 1
|
||||
EOF
|
||||
|
||||
;;
|
||||
|
|
|
@ -473,7 +473,7 @@ case "$target" in
|
|||
;;
|
||||
esac
|
||||
if test "$GNU_CC"; then
|
||||
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2'
|
||||
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
|
||||
CFLAGS="$CFLAGS -Wall -Wno-format"
|
||||
_OPTIMIZE_FLAGS="-O6"
|
||||
else
|
||||
|
@ -515,22 +515,19 @@ case "$target" in
|
|||
if test "${target_os}" = "irix5.3"; then
|
||||
AC_DEFINE(IRIX5_3)
|
||||
fi
|
||||
case "${target_os}" in
|
||||
irix5*)
|
||||
;;
|
||||
*)
|
||||
AC_DEFINE(_PR_HAVE_SGI_PRDA_PROCMASK)
|
||||
;;
|
||||
esac
|
||||
case "${target_os}" in
|
||||
irix6.5*)
|
||||
;;
|
||||
*)
|
||||
if test -z "$GNU_CC"; then
|
||||
CFLAGS="$CFLAGS -mips3"
|
||||
fi
|
||||
AC_DEFINE(_PR_HAVE_GETPROTO_R)
|
||||
AC_DEFINE(_PR_HAVE_GETPROTO_R_POINTER)
|
||||
AC_DEFINE(_PR_HAVE_SGI_PRDA_PROCMASK)
|
||||
;;
|
||||
irix5*)
|
||||
;;
|
||||
*)
|
||||
AC_DEFINE(_PR_HAVE_SGI_PRDA_PROCMASK)
|
||||
;;
|
||||
esac
|
||||
case "${target_cpu}" in
|
||||
|
|
Загрузка…
Ссылка в новой задаче