diff --git a/buildsystem/compile-libvlc.sh b/buildsystem/compile-libvlc.sh
index 3d6372415ce40284793d8abc4a8f2744bca191c0..d320e1b1fbaf81d11b4d0b7302a25c4459d59dd7 100755
--- a/buildsystem/compile-libvlc.sh
+++ b/buildsystem/compile-libvlc.sh
@@ -425,8 +425,6 @@ cd $VLC_SRC_DIR/extras/tools
 avlc_checkfail "buildsystem tools: bootstrap failed"
 make $MAKEFLAGS
 avlc_checkfail "buildsystem tools: make failed"
-make $MAKEFLAGS .gas || make $MAKEFLAGS .buildgas
-avlc_checkfail "buildsystem tools: make failed"
 cd ../../..
 
 VLC_CONTRIB="$VLC_SRC_DIR/contrib/$TARGET_TUPLE"