diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-02-09 21:08:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-02-09 21:08:20 (GMT) |
commit | c89bf215348ecce0a914ee132ceed4d46051e6a2 (patch) | |
tree | 8334b1aafab079dc8f144aba247dee9d15cfceda | |
parent | 61420a3c14acabeed5f753772e6c60a2c2424a17 (diff) | |
download | hdf5-c89bf215348ecce0a914ee132ceed4d46051e6a2.zip hdf5-c89bf215348ecce0a914ee132ceed4d46051e6a2.tar.gz hdf5-c89bf215348ecce0a914ee132ceed4d46051e6a2.tar.bz2 |
[svn-r1954] This file handles configuration of Cygwin on PCs
-rw-r--r-- | config/i386-pc-cygwin32 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/i386-pc-cygwin32 b/config/i386-pc-cygwin32 new file mode 100644 index 0000000..4054819 --- /dev/null +++ b/config/i386-pc-cygwin32 @@ -0,0 +1,20 @@ +# -*- shell-script -*- +# +# 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 + LD=ld +fi + +# Omit frame pointer for optimized code? +NOFP=${NOFP:=-fomit-frame-pointer} + +# Figure out compiler flags +. $srcdir/config/gnu-flags |