pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-13
2008-07-13 19:22:37 by Marcus Comstedt <marcus@mc.pp.se>
ce0967a404e286bc2d3d723191fa1cfb90047cc5 (
16
lines) (+
12
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
On Cell, use -mcpu=cell if available.
Rev: src/configure.in:1.1064
1:
-
AC_REVISION("$Id: configure.in,v 1.
1063
2008/07/
11
22:
38:30
mast
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1064
2008/07/
13
19:
22:
37
marcus
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1944:
;; esac ;;
+
ppc64)
+
case "`uname -p 2>/dev/null`" in
+
Cell\ Broadband\ Engine*)
+
AC_SYS_COMPILER_FLAG(-mcpu=cell,mcpu_cell,CFLAGS)
+
;;
esac
-
+
;;
+
esac
# AIX DO_IF_OS(AIX,
2377:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1063
2008/07/
11
22:
38:30
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1064
2008/07/
13
19:
22:
37
marcus
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2415:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1063
2008/07/
11
22:
38:30
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1064
2008/07/
13
19:
22:
37
marcus
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2424:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1063
2008/07/
11
22:
38:30
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1064
2008/07/
13
19:
22:
37
marcus
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF