Kaydet (Commit) c7a65173 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

fix -fexceptions codegen option typo.

üst a6fdefd4
......@@ -137,7 +137,7 @@
+#
+#
+LINK=ar cr
+DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} --fexceptions -shared -o
+DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so
......@@ -210,7 +210,7 @@
+#
+#
+LINK=ar crv
+DYN_LINK=$(CXX) --fexceptions -shared -o
+DYN_LINK=$(CXX) -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=dll
......@@ -451,7 +451,7 @@
+#
+#
+LINK=ar cr
+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' --fexceptions -shared -o
+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment