From 2870da97848e42ed43b0327d77ce8ee39e220d3f Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Wed, 21 Oct 2020 14:41:13 +0800 Subject: [PATCH] yasm-wrapper: remove not existed options commit "0cf627b4" has removed lowmem_builder condition. ggc-min* not exist now. Signed-off-by: Changcheng Liu --- src/yasm-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yasm-wrapper b/src/yasm-wrapper index c3c14b130ebc6..28e88b59f728e 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 ) -- 2.39.5