tools-musl: make the run.sh script work for both amd64 and i686

This commit is contained in:
Anthony G. Basile 2014-02-05 14:49:16 -05:00
parent 280393ddc1
commit b81a0c3498
2 changed files with 26 additions and 6 deletions

View file

@ -1,4 +1,4 @@
CHOST=x86_64-gentoo-linux-musl
CHOST=ALTARCH-gentoo-linux-musl
CFLAGS="-Os -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"