pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2016-04-08
2016-04-08 19:48:49 by Martin Nilsson <nilsson@fastmail.com>
9d9fa2be60b50a35f357a1ca065680eb1a92e3a8 (
48
lines) (+
4
/-
44
)
[
Show
|
Annotate
]
Branch:
8.1
Removed IA64 configurations.
1819:
;; esac ;;
-
ia64)
-
case "`uname -p`" in
-
[Ii]tanium*2)
-
AC_SYS_COMPILER_FLAG(-mtune=itanium2,mtune_itanium2,CFLAGS)
-
;;
-
[Ii]tanium)
-
AC_SYS_COMPILER_FLAG(-mtune=itanium1,mtune_itanium1,CFLAGS)
-
;;
-
esac
-
;;
+
ppc64) case "`uname -p 2>/dev/null`" in Cell\ Broadband\ Engine*)
1842:
DO_IF_OS(AIX, [ # Tell the linker to generate a large toc if needed
-
#
-
# This option is not needed on AIX 5L/ia64.
-
if test "x`uname -p`" = "xia64"; then :; else
+
AC_SYS_COMPILER_FLAG(-bbigtoc,bbigtoc,LDFLAGS) AC_SYS_COMPILER_FLAG([-Wl,-bbigtoc],Wlbbigtoc,LDFLAGS)
-
fi
+
]) DO_IF_OS(Darwin,
2074:
AC_SYS_COMPILER_FLAG_QSUPPRESS(1506-219, CPPFLAGS) # Tell the linker to generate a large toc if needed
-
#
-
# This option is not needed on AIX 5L/ia64.
-
if test "x`uname -p`" = "xia64"; then :; else
+
AC_SYS_COMPILER_FLAG(-bbigtoc,bbigtoc,LDFLAGS)
-
fi
+
]) # HP-UX
2142:
DO_IF_OS(Windows_NT, [ case "x$CC" in
-
*rntecl*)
-
# Some options used by ecl (Intel's IA64 compiler).
-
-
# We want threads, and link libc statically.
-
AC_SYS_COMPILER_FLAG(-MT,MT,LDFLAGS)
-
-
# Interprocedural optimizations.
-
# For some reason this seems to cause the error:
-
# dynamic_buffer.obj : error LNK2001: unresolved external symbol "[Entry] ?1memcpy" (.?1memcpy)
-
# AC_SYS_COMPILER_FLAG(-Qip,Qip,OPTIMIZE)
-
-
# More warnings.
-
AC_SYS_COMPILER_FLAG(-W3,W3,WARN)
-
-
if test x$with_rtldebug = xyes ; then
-
# Initialize auto variables to 0xcc.
-
# (Only if optimizations are turned off with -Od).
-
AC_SYS_COMPILER_FLAG(-GZ,GZ,WARN)
-
fi
-
;;
-
+
*rntcl*) if test x$with_debug_crt = xyes; then dynamic_crt_flag=-MDd
3300:
*/ #ifdef __i386__ #define __NR_epoll_create 254
-
#elif defined(__ia64__)
-
#define __NR_epoll_create 1243
+
#elif defined(__x86_64__) #define __NR_epoll_create 214 #else /* cpu types */