From b5eb454396abddbbd0b838e71d8207b5268fbe51 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 17 Jan 2020 03:06:11 -0800 Subject: Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6). --- config/linux-gnueabihf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/linux-gnueabihf diff --git a/config/linux-gnueabihf b/config/linux-gnueabihf new file mode 100644 index 0000000..243b087 --- /dev/null +++ b/config/linux-gnueabihf @@ -0,0 +1,17 @@ +# -*- shell-script -*- +# +# Copyright by The HDF Group. +# Copyright by the Board of Trustees of the University of Illinois. +# 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. + + +# This is the same as linux-gnulibc1 + +. $srcdir/config/linux-gnulibc1 -- cgit v0.12 From b51ae5f35e33e16c43145d2e55e7a30c1888a095 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 17 Jan 2020 05:00:23 -0800 Subject: Updated MANIFEST --- MANIFEST | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12 From c7292efc1879cdbbbeae9503fbaf170bd19c8383 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 17 Jan 2020 16:20:39 -0800 Subject: Removed UIUC from copyright, added helpful comment. --- config/linux-gnueabihf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/linux-gnueabihf b/config/linux-gnueabihf index 243b087..326edeb 100644 --- a/config/linux-gnueabihf +++ b/config/linux-gnueabihf @@ -1,7 +1,6 @@ # -*- shell-script -*- # # Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including @@ -11,7 +10,7 @@ # 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 -- cgit v0.12