From: Changcheng Liu Date: Wed, 21 Oct 2020 06:41:13 +0000 (+0800) Subject: yasm-wrapper: remove not existed options X-Git-Tag: v16.1.0~720^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2870da97848e42ed43b0327d77ce8ee39e220d3f;p=ceph-ci.git yasm-wrapper: remove not existed options commit "0cf627b4" has removed lowmem_builder condition. ggc-min* not exist now. Signed-off-by: Changcheng Liu --- diff --git a/src/yasm-wrapper b/src/yasm-wrapper index c3c14b130eb..28e88b59f72 100755 --- a/src/yasm-wrapper +++ b/src/yasm-wrapper @@ -12,7 +12,7 @@ while [ -n "$*" ]; do new="$new -f $1" shift ;; - -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | -E | --param* | -O* | -m* | -pipe | ggc-min* | -pthread ) + -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | -E | --param* | -O* | -m* | -pipe | -pthread ) shift ;; -I | -isystem )