blob: 37667cf58d8c249250779782cbdf16d5cedacede (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|