Skip to content

Commit

Permalink
Workaround ASPP for 32-bit Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Dec 17, 2018
1 parent bab730c commit 46dcca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/travis/travis-ci.sh
Expand Up @@ -91,6 +91,7 @@ EOF
;;
i386)
./configure --build=x86_64-pc-linux-gnu --host=i386-pc-linux-gnu \
AS="as" ASPP="gcc -c" \
$configure_flags
;;
*)
Expand Down

0 comments on commit 46dcca6

Please sign in to comment.