diff options
author | Andy Wingo <wingo@pobox.com> | 2017-03-15 10:02:01 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-03-15 10:02:01 +0100 |
commit | da9dee098f97fe3fc825024e202f99c70eb53915 (patch) | |
tree | 1659fa3cd0345985e98fb81e449f6f9ab3015db5 /prebuilt | |
parent | db19853b0668fbd76dd9fc07b451102e32e8a36d (diff) |
Add generic prebuilt links to dist.
* prebuilt/Makefile.am (EXTRA_DIST): Add generic prebuilt links.
Diffstat (limited to 'prebuilt')
-rw-r--r-- | prebuilt/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prebuilt/Makefile.am b/prebuilt/Makefile.am index b0a24d023..5753e09f4 100644 --- a/prebuilt/Makefile.am +++ b/prebuilt/Makefile.am @@ -54,3 +54,8 @@ SUBDIRS = \ x86_64-unknown-linux-gnu \ i686-pc-linux-gnu \ mips-unknown-linux-gnu + +EXTRA_DIST = \ + 32-bit-big-endian \ + 32-bit-little-endian \ + 64-bit-little-endian |