12 lines
493 B
Diff
12 lines
493 B
Diff
|
--- bridges/Library_gcc3_linux_intel.mk.old 2012-12-18 16:11:42.000000000 +0100
|
||
|
+++ bridges/Library_gcc3_linux_intel.mk 2013-01-04 18:14:38.000000000 +0100
|
||
|
@@ -69,7 +69,7 @@ $(eval $(call gb_Library_add_exception_o
|
||
|
|
||
|
$(eval $(call gb_Library_add_cxxobjects,gcc3_uno,\
|
||
|
bridges/source/cpp_uno/shared/cppinterfaceproxy \
|
||
|
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
|
||
|
+ , $(CXXFLAGS) $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
|
||
|
))
|
||
|
|
||
|
# vim: set noet sw=4 ts=4:
|