diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-08-07 21:43:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-08-07 21:43:45 (GMT) |
commit | 86de902004af7006bb94688db7e2bef457f3fefc (patch) | |
tree | d99a914c0259cd0e40b3ded4ecce2200f74273df /config/i686-apple | |
parent | 8c40c65a26024f8b85f220a7a405f136eac66134 (diff) | |
download | hdf5-86de902004af7006bb94688db7e2bef457f3fefc.zip hdf5-86de902004af7006bb94688db7e2bef457f3fefc.tar.gz hdf5-86de902004af7006bb94688db7e2bef457f3fefc.tar.bz2 |
[svn-r14050] Maintenance fro 1.6.6: deleted old HP files and renamed i686-darwin8.8.2 to i686-apple
Diffstat (limited to 'config/i686-apple')
-rw-r--r-- | config/i686-apple | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/config/i686-apple b/config/i686-apple new file mode 100644 index 0000000..dfcf25f --- /dev/null +++ b/config/i686-apple @@ -0,0 +1,31 @@ +# -*- shell-script -*- +# +# Copyright by The HDF Group. +# Copyright by the Board of Trustees of the University of Illinois. +# All rights reserved. +# +# This file is part of HDF5. The full HDF5 copyright notice, including +# terms governing use, modification, and redistribution, is contained in +# the files COPYING and Copyright.html. COPYING can be found at the root +# of the source code distribution tree; Copyright.html can be found at the +# root level of an installed copy of the electronic HDF5 document set and +# is linked from the top-level documents page. It can also be found at +# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +# access to either file, you may request a copy from help@hdfgroup.org. + + +# This file is part of the HDF5 build script. It is processed shortly +# after configure starts and defines, among other things, flags for +# the various compile modes. +# +# See BlankForm in this directory for details. + +# The default compiler is `gcc' +if test "X-" = "X-$CC"; then + CC=gcc + CC_BASENAME=gcc +fi + +# Figure out compiler flags +. $srcdir/config/gnu-flags + |