]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
yasm-wrapper: remove not existed options
authorChangcheng Liu <changcheng.liu@aliyun.com>
Wed, 21 Oct 2020 06:41:13 +0000 (14:41 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 29 Oct 2020 00:57:54 +0000 (08:57 +0800)
commit "0cf627b4" has removed lowmem_builder condition.
ggc-min* not exist now.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/yasm-wrapper

index c3c14b130ebc6faaa88c67fd81a7a2428e6dc281..28e88b59f728e991c89541f1c8b9a97c847538b8 100755 (executable)
@@ -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 )