summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2014-04-19 17:03:21 +0200
committerZoltan Varga <vargaz@gmail.com>2014-04-22 19:34:25 +0200
commit1d58ec09524d6f4ce37f39698e68fb45a3c0231b (patch)
treea47fe02b2dcb88cbf5c152b34ca759f4d29b689e
parent12741090edd2230bfd0fac498af3e304680380b4 (diff)
downloadffts-1d58ec09524d6f4ce37f39698e68fb45a3c0231b.zip
ffts-1d58ec09524d6f4ce37f39698e68fb45a3c0231b.tar.gz
[arm64] Add basic port infrastructure.
-rw-r--r--Makefile.am2
-rw-r--r--arm64/Makefile.am0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e7700ed..3d68794 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = x86 ppc sparc arm s390x amd64 ia64 mips
+DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
diff --git a/arm64/Makefile.am b/arm64/Makefile.am
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/arm64/Makefile.am
OpenPOWER on IntegriCloud