pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-09
2008-07-09 19:15:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ec4ee4ee28b70496b0e5f3f9a8a9559125b37fdc (
21
lines) (+
16
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Added some tuning for ia64.
Rev: src/configure.in:1.1061
1:
-
AC_REVISION("$Id: configure.in,v 1.
1060
2008/07/09
17
:
28
:
37
jonasw
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1061
2008/07/09
19
:
15
:
45
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1932:
;; 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
-
+
;;
+
esac
# AIX DO_IF_OS(AIX,
2365:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1060
2008/07/09
17
:
28
:
37
jonasw
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1061
2008/07/09
19
:
15
:
45
grubba
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2403:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1060
2008/07/09
17
:
28
:
37
jonasw
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1061
2008/07/09
19
:
15
:
45
grubba
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2412:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1060
2008/07/09
17
:
28
:
37
jonasw
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1061
2008/07/09
19
:
15
:
45
grubba
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF