4bcb3e6d4f
passed to it with an empty string.
58 lines
1.6 KiB
Text
58 lines
1.6 KiB
Text
$NetBSD: patch-aa,v 1.10 2005/05/26 21:11:35 jlam Exp $
|
|
|
|
--- configure.orig 2005-05-05 15:10:00.000000000 -0400
|
|
+++ configure
|
|
@@ -8824,7 +8824,7 @@ if $have_fortran_compiler; then
|
|
%.c : %.f
|
|
|
|
%.o : %.f
|
|
- $(FC) -c $(ALL_FFLAGS) -o $@ $<
|
|
+ ${LIBTOOL} --mode=compile --tag=CC $(FC) -c $(ALL_FFLAGS) $<
|
|
|
|
pic/%.o : %.f
|
|
$(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
|
|
@@ -11034,7 +11034,7 @@ TEMPLATE_AR='$(AR)'
|
|
TEMPLATE_ARFLAGS="$ARFLAGS"
|
|
library_path_var=LD_LIBRARY_PATH
|
|
case "$canonical_host_type" in
|
|
- *-*-386bsd* | *-*-openbsd* | *-*-netbsd*)
|
|
+ *-*-386bsd* | *-*-openbsd* )
|
|
SH_LD=ld
|
|
SH_LDFLAGS=-Bshareable
|
|
;;
|
|
@@ -21138,19 +21138,19 @@ case "$canonical_host_type" in
|
|
cat << \EOF > $bsd_gcc_kluge_targets_frag
|
|
|
|
lex.o: lex.cc
|
|
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
pt-plot.o: pt-plot.cc
|
|
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
symtab.o: symtab.cc
|
|
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
toplev.o: toplev.cc
|
|
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
unwind-prot.o: unwind-prot.cc
|
|
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
|
|
|
|
EOF
|
|
;;
|
|
@@ -21278,9 +21278,9 @@ then
|
|
rm -rf "$tmp"
|
|
|
|
fi
|
|
+SED=$octave_cv_path_sed
|
|
|
|
fi
|
|
-SED=$octave_cv_path_sed
|
|
|
|
echo "$as_me:$LINENO: result: $SED" >&5
|
|
echo "${ECHO_T}$SED" >&6
|