summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-25 18:39:24 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-25 18:39:24 -0500
commitc16eddb40e3a69c074eba094fcffea6f114aca18 (patch)
tree678e1e132313da0f6adbfee76a5bd9e5be1e0e66 /GNUmakefile-cross
parent526742d862325178f79823fdfd9e11fcb7e7f77d (diff)
downloadcryptopp-git-c16eddb40e3a69c074eba094fcffea6f114aca18.tar.gz
Use /bin/sh (GH #573)
Diffstat (limited to 'GNUmakefile-cross')
-rwxr-xr-xGNUmakefile-cross3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile-cross b/GNUmakefile-cross
index 379005c4..7ab6ccfe 100755
--- a/GNUmakefile-cross
+++ b/GNUmakefile-cross
@@ -1,3 +1,6 @@
+# https://www.gnu.org/software/make/manual/make.html#Makefile-Conventions
+SHELL = /bin/sh
+
# Default CXXFLAGS if none were provided
CXXFLAGS ?= -DNDEBUG -g2 -O3 -fPIC -pipe