Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yasm-wrapper: translate "-isystem $1" to "-i $1" #12093

Merged
merged 1 commit into from Nov 21, 2016

Conversation

tchaikov
Copy link
Contributor

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 as gcc does.

Signed-off-by: Kefu Chai kchai@redhat.com

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>
@liewegas liewegas merged commit 32c4e12 into ceph:master Nov 21, 2016
@tchaikov tchaikov deleted the wip-yasm-wrapper branch November 21, 2016 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants