summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-19 13:45:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-19 13:45:15 (GMT)
commit3e9980d20d8ffe15430aea182f05196b5da59db3 (patch)
tree6c9c77e283015087631c015283fb2105be88be86 /config
parent23656c7877deca5f84908102f90fa9f05c7d7995 (diff)
parent66a94df13b3801547523f1ea90bc84fe2ee6824b (diff)
downloadhdf5-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-gnueabihf16
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