8aa301e227
PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna
20 lines
462 B
Text
20 lines
462 B
Text
--- configure.orig Wed May 7 04:08:03 2003
|
|
+++ configure Tue Jun 10 01:14:35 2003
|
|
@@ -700,7 +700,6 @@
|
|
fi
|
|
|
|
ac_tool_prefix=
|
|
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
|
|
|
test "$silent" = yes && exec 6>/dev/null
|
|
|
|
@@ -18767,6 +18766,9 @@
|
|
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
unwind-prot.o: unwind-prot.cc
|
|
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+
|
|
+xdiv.o: xdiv.cc
|
|
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
EOF
|