[PATCH] Remove -Wabi from libstdc++ build options
Bernd Edlinger
bernd.edlinger@hotmail.de
Sat Jun 30 20:49:00 GMT 2018
Hi,
the -Wabi option prints a warning as follows:
cc1plus: warning: -Wabi won't warn about anything [-Wabi]
cc1plus: note: -Wabi warns about differences from the most up-to-date
ABI, which is also used by default
cc1plus: note: use e.g. -Wabi=11 to warn about changes from GCC 7
This happens many times while building libstdc++, and as the warning
explains, it is good for nothing, so this patch removes it.
Bootstrapped and reg-tested on x86_64-pc-linux-gnu.
Is it OK for trunk?
Thanks
Bernd.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-remove-wabi.diff
Type: text/x-patch
Size: 1018 bytes
Desc: patch-remove-wabi.diff
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20180630/5dbc7f9b/attachment.bin>
More information about the Libstdc++
mailing list