Skip to content

Commit

Permalink
ub_configure: host váltás
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Sep 17, 2018
1 parent 4f4ac5b commit d159feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/ub_configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

case "${UB_ARCH}" in
i386)
export UB_HOST="i686-gnu-linux"
export UB_HOST="i686-linux-gnu"
export UB_MARCH="-march=i686 -m32"
;;
amd64)
export UB_HOST="x86_64-gnu-linux"
export UB_HOST="x86_64-linux-gnu"
export UB_MARCH="-march=k8 -m64"
;;
esac
Expand Down

0 comments on commit d159feb

Please sign in to comment.