summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-18 17:09:44 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-18 17:09:44 (GMT)
commit3ef5b9e977556bdea7836b4c5d1d745f92f46d41 (patch)
tree4af3f0350b6c7eb5c10d46ade8ae29596a4c3fee
parent5fadf221baee915b74918c37c1ab34b24975be87 (diff)
parentc7292efc1879cdbbbeae9503fbaf170bd19c8383 (diff)
downloadhdf5-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).
-rw-r--r--MANIFEST1
-rw-r--r--config/linux-gnueabihf16
2 files changed, 17 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f7fe208..862a465 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -132,6 +132,7 @@
./config/intel-flags
./config/linux-gnu
./config/linux-gnuaout
+./config/linux-gnueabihf
./config/linux-gnulibc1
./config/linux-gnulibc2
./config/lt_vers.am
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