diff ChangeLog @ 4284:75ed329c117b

[project @ 2003-01-04 06:20:07 by jwe]
author jwe
date Sat, 04 Jan 2003 06:20:07 +0000
parents 07c990a9edf5
children 73431774c0b7
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 04 05:24:55 2003 +0000
+++ b/ChangeLog	Sat Jan 04 06:20:07 2003 +0000
@@ -1,8 +1,14 @@
+2003-01-04  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX,
+	BUILD_CXXFLAGS): Kluge for Sun C/C++.
+
 2003-01-03  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in: Default value of BUILD_CXX is $CXX, not g++.
 	(AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler.
 	For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT.
+	Check for -ieee option for the C and C++ compilers on alpha systems.
 
 2003-01-02  John W. Eaton  <jwe@bevo.che.wisc.edu>