aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-15 20:12:47 +0200
committerMattias Andrée <m@maandree.se>2024-10-15 20:12:47 +0200
commit1dd887616960f3d9753bbb6822d734f38a361629 (patch)
treefe94313a8516aa2e2e3b14bf348076e19097e7c7 /Makefile
parentUpdate year (diff)
downloadlibsha1-master.tar.gz
libsha1-master.tar.bz2
libsha1-master.tar.xz
Mention config-armv8.mk in MakefileHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a29996..ac93518 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@ CONFIGFILE = config-x86.mk
# enables optimisations on x86 CPU's that have the
# required features.
#
+# Additionally config-arm.mk which uses optimisations
+# for ARMv8 is available.
+#
# config-portable.mk is available for exotic CPU's
# and compiler that do not support the features required
# for the optimisations.