Another try
This commit is contained in:
parent
f53627e191
commit
ccae99fdad
|
@ -37,8 +37,8 @@ HBNOLIBCXXCFLAGS =
|
||||||
else
|
else
|
||||||
# Make sure we don't link to libstdc++
|
# Make sure we don't link to libstdc++
|
||||||
# No threadsafe statics in C++ as we do it ourselves
|
# No threadsafe statics in C++ as we do it ourselves
|
||||||
HBCFLAGS += -fno-threadsafe-statics
|
HBCFLAGS += -fno-threadsafe-statics -fno-exceptions
|
||||||
HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions
|
HBNOLIBCXXFLAGS = -fno-rtti
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_OT
|
if HAVE_OT
|
||||||
|
|
Loading…
Reference in New Issue