diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-01-18 17:09:44 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-01-18 17:09:44 (GMT) |
commit | 3ef5b9e977556bdea7836b4c5d1d745f92f46d41 (patch) | |
tree | 4af3f0350b6c7eb5c10d46ade8ae29596a4c3fee /config | |
parent | 5fadf221baee915b74918c37c1ab34b24975be87 (diff) | |
parent | c7292efc1879cdbbbeae9503fbaf170bd19c8383 (diff) | |
download | hdf5-3ef5b9e977556bdea7836b4c5d1d745f92f46d41.zip hdf5-3ef5b9e977556bdea7836b4c5d1d745f92f46d41.tar.gz hdf5-3ef5b9e977556bdea7836b4c5d1d745f92f46d41.tar.bz2 |
Merge pull request #2273 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pi_config to develop
* commit 'c7292efc1879cdbbbeae9503fbaf170bd19c8383':
Removed UIUC from copyright, added helpful comment.
Updated MANIFEST
Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6).
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 |