diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-19 13:45:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-19 13:45:15 (GMT) |
commit | 3e9980d20d8ffe15430aea182f05196b5da59db3 (patch) | |
tree | 6c9c77e283015087631c015283fb2105be88be86 /config | |
parent | 23656c7877deca5f84908102f90fa9f05c7d7995 (diff) | |
parent | 66a94df13b3801547523f1ea90bc84fe2ee6824b (diff) | |
download | hdf5-3e9980d20d8ffe15430aea182f05196b5da59db3.zip hdf5-3e9980d20d8ffe15430aea182f05196b5da59db3.tar.gz hdf5-3e9980d20d8ffe15430aea182f05196b5da59db3.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '66a94df13b3801547523f1ea90bc84fe2ee6824b':
Removed UIUC from copyright, added helpful comment.
Updated MANIFEST
Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6).
Tidying from code review.
Fixed stack and frame size warnings. Not complete, but fixes most of the easier cases.
Diffstat (limited to 'config')
-rw-r--r-- | config/linux-gnueabihf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/linux-gnueabihf b/config/linux-gnueabihf new file mode 100644 index 0000000..326edeb --- /dev/null +++ b/config/linux-gnueabihf @@ -0,0 +1,16 @@ +# -*- shell-script -*- +# +# Copyright by The HDF Group. +# 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 COPYING file, which can be found at the root of the source code +# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. +# If you do not have access to either file, you may request a copy from +# help@hdfgroup.org. + +# ARM for Raspberry Pi, etc. +# This is the same as linux-gnulibc1 + +. $srcdir/config/linux-gnulibc1 |