Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASS to before override of CC so that the...
* Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASS to before override of CC so that the override works. From-SVN: r16642
This commit is contained in:
parent
9dab78331a
commit
e9295d5321
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 21 09:35:20 1997 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASS
|
||||
to before override of CC so that the override works.
|
||||
|
||||
Thu Nov 20 00:58:14 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
||||
|
||||
* Make-lang.in (f77.install-info): Depend on f77.info.
|
||||
|
|
|
@ -290,20 +290,22 @@ stmp-f2c.h: \
|
|||
*f77*) top=`pwd`; \
|
||||
src=`cd $(srcdir); pwd`; \
|
||||
cd f/runtime; \
|
||||
$(F77_FLAGS_TO_PASS) \
|
||||
CC="`case '$(GCC_FOR_TARGET)' in \
|
||||
'./xgcc -B./') echo $${top}/xgcc -B$${top}/;; \
|
||||
*) echo '$(GCC_FOR_TARGET)';; esac`" \
|
||||
$(F77_FLAGS_TO_PASS) CONFIG_SITE=/dev/null $(SHELL) \
|
||||
CONFIG_SITE=/dev/null $(SHELL) \
|
||||
$${src}/f/runtime/configure --srcdir=$${src}/f/runtime ;; \
|
||||
esac
|
||||
case "$(LANGUAGES)" in \
|
||||
*f77*) top=`pwd`; \
|
||||
src=`cd $(srcdir); pwd`; \
|
||||
cd f/runtime/libU77; \
|
||||
$(F77_FLAGS_TO_PASS) \
|
||||
CC="`case '$(GCC_FOR_TARGET)' in \
|
||||
'./xgcc -B./') echo $${top}/xgcc -B$${top}/;; \
|
||||
*) echo '$(GCC_FOR_TARGET)';; esac`" \
|
||||
$(F77_FLAGS_TO_PASS) CONFIG_SITE=/dev/null $(SHELL) \
|
||||
CONFIG_SITE=/dev/null $(SHELL) \
|
||||
$${src}/f/runtime/libU77/configure --srcdir=$${src}/f/runtime/libU77 ;; \
|
||||
esac
|
||||
touch stmp-f2c.h
|
||||
|
|
Loading…
Add table
Reference in a new issue