summaryrefslogtreecommitdiff
path: root/m5475-atari-mint
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2018-06-03 23:44:17 +0200
committerVincent Sanders <vince@kyllikki.org>2019-02-22 08:57:40 +0000
commit10c6bebb9002a17f063868437042812d69dbe521 (patch)
tree8469f85763c2b944be36987500e7543937ffcaf4 /m5475-atari-mint
parent4e9320eb523ffbea3896d926d8b6de270658d9a4 (diff)
downloadtoolchains-10c6bebb9002a17f063868437042812d69dbe521.tar.gz
toolchains-10c6bebb9002a17f063868437042812d69dbe521.tar.bz2
atari-mint: fix mintbin install path
Not that NS really needs it (we pass the stack size to the linker), but other progs using the SDK might.
Diffstat (limited to 'm5475-atari-mint')
-rw-r--r--m5475-atari-mint/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/m5475-atari-mint/Makefile b/m5475-atari-mint/Makefile
index 4a05c25..d418c38 100644
--- a/m5475-atari-mint/Makefile
+++ b/m5475-atari-mint/Makefile
@@ -191,6 +191,7 @@ $(BUILDSTEPS)/mintbin.d: $(BUILDSTEPS)/mintbin-srcdir.d
cd $(BUILDDIR)/mintbin && $(MINTBIN_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls
cd $(BUILDDIR)/mintbin && make
cd $(BUILDDIR)/mintbin && make install
+ mv $(PREFIX)/$(TARGET_NAME)/bin/$(TARGET_NAME)-* $(PREFIX)/bin/
touch $@
$(BUILDSTEPS)/mintbin-srcdir.d: $(SOURCESDIR)/$(UPSTREAM_MINTBIN_TARBALL)