ICU-559 Added compiler specific switches for Alpha/Linux platform
X-SVN-Rev: 2695
This commit is contained in:
parent
030eecf6ae
commit
658f4145bb
@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
dnl others. All Rights Reserved.
|
||||
dnl Stephen F. Booth, heavily modified by Yves and others
|
||||
|
||||
dnl $Id: configure.in,v 1.80 2000/10/16 17:43:48 yves Exp $
|
||||
dnl $Id: configure.in,v 1.81 2000/10/16 18:06:22 rviswanadha Exp $
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
AC_INIT(common/unicode/utypes.h)
|
||||
@ -662,6 +662,10 @@ dnl END special
|
||||
dnl Now that we're done using CPPFLAGS etc. for tests, we can change it
|
||||
dnl for build.
|
||||
|
||||
case "${host}" in
|
||||
alpha*-*-linux-gnu) CPPFLAGS="${CPPFLAGS} -mieee -O2";;
|
||||
esac
|
||||
|
||||
if test $ICU_USE_THREADS -ne 0
|
||||
then
|
||||
CFLAGS="$CFLAGS \$(THREADSCPPFLAGS)"
|
||||
|
Loading…
Reference in New Issue
Block a user