Revert "Clarify at compile-time that cling cannot handle the new GCC ABI yet."
Cling should now be able to do that.
This commit is contained in:
parent
bcb30fac77
commit
ab48904fa2
@ -534,12 +534,6 @@ namespace {
|
|||||||
|
|
||||||
// https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
|
// https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
|
||||||
#ifdef _GLIBCXX_USE_CXX11_ABI
|
#ifdef _GLIBCXX_USE_CXX11_ABI
|
||||||
|
|
||||||
# if _GLIBCXX_USE_CXX11_ABI
|
|
||||||
# error "cling does not support the GCC 5 ABI yet."
|
|
||||||
# error "See https://sft.its.cern.ch/jira/browse/ROOT-7947"
|
|
||||||
# endif
|
|
||||||
|
|
||||||
PPOpts.addMacroDef("_GLIBCXX_USE_CXX11_ABI="
|
PPOpts.addMacroDef("_GLIBCXX_USE_CXX11_ABI="
|
||||||
ClingStringify(_GLIBCXX_USE_CXX11_ABI));
|
ClingStringify(_GLIBCXX_USE_CXX11_ABI));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user