Skip to content

Commit

Permalink
glibc: specify build and host in BUILD
Browse files Browse the repository at this point in the history
compiling fails in a i686 chroot on a x86_64 platform without this.
  • Loading branch information
v4hn committed Apr 14, 2013
1 parent aeeae19 commit e9660ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/glibc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
--without-gd \
--without-cvs \
--enable-shared \
--host=$BUILD \
--build=$BUILD \
--enable-obsolete-rpc \
--disable-multi-arch \
--enable-bind-now \
Expand Down

0 comments on commit e9660ad

Please sign in to comment.