mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Sun compilers don't support -O2
This commit is contained in:
parent
145bc93933
commit
f470dbf3c0
6
configure
vendored
6
configure
vendored
@ -3240,7 +3240,7 @@ else
|
|||||||
CFLAGS="-Ae $CFLAGS"
|
CFLAGS="-Ae $CFLAGS"
|
||||||
|
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIM="+DAportable $OPTIM"
|
OPTIM="+DAportable $OPTIM"
|
||||||
@ -3252,7 +3252,7 @@ else
|
|||||||
|
|
||||||
UNIX_SVR* | SunOS*)
|
UNIX_SVR* | SunOS*)
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $PICFLAG = 1; then
|
if test $PICFLAG = 1; then
|
||||||
@ -3262,7 +3262,7 @@ else
|
|||||||
|
|
||||||
*)
|
*)
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3,7 +3,7 @@ dnl "$Id$"
|
|||||||
dnl
|
dnl
|
||||||
dnl Configuration script for Mini-XML, a small XML-like file parsing library.
|
dnl Configuration script for Mini-XML, a small XML-like file parsing library.
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 2003-2005 by Michael Sweet.
|
dnl Copyright 2003-2006 by Michael Sweet.
|
||||||
dnl
|
dnl
|
||||||
dnl This program is free software; you can redistribute it and/or
|
dnl This program is free software; you can redistribute it and/or
|
||||||
dnl modify it under the terms of the GNU Library General Public
|
dnl modify it under the terms of the GNU Library General Public
|
||||||
@ -202,7 +202,7 @@ else
|
|||||||
CFLAGS="-Ae $CFLAGS"
|
CFLAGS="-Ae $CFLAGS"
|
||||||
|
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIM="+DAportable $OPTIM"
|
OPTIM="+DAportable $OPTIM"
|
||||||
@ -214,7 +214,7 @@ else
|
|||||||
|
|
||||||
UNIX_SVR* | SunOS*)
|
UNIX_SVR* | SunOS*)
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $PICFLAG = 1; then
|
if test $PICFLAG = 1; then
|
||||||
@ -224,7 +224,7 @@ else
|
|||||||
|
|
||||||
*)
|
*)
|
||||||
if test "x$OPTIM" = x; then
|
if test "x$OPTIM" = x; then
|
||||||
OPTIM="-O2"
|
OPTIM="-O"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user