]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
yasm-wrapper: translate "-isystem $1" to "-i $1" 12093/head
authorKefu Chai <kchai@redhat.com>
Mon, 21 Nov 2016 03:45:06 +0000 (11:45 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 21 Nov 2016 04:00:25 +0000 (12:00 +0800)
commitaf3e7143d710606b9cf62249913df84d8c7e864f
tree7847d7b03dd33d63edf235fffd078961d4a2816c
parent8218ff8b256e90126b47649c43bab2a540e34d4f
yasm-wrapper: translate "-isystem $1" to "-i $1"

this silences the warning of:

yasm: warning: can open only one input file, only the last file will be
processed

as yasm does not understand -isystem, but gcc does.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/yasm-wrapper