diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1997-02-11 13:26:34 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1997-02-11 13:26:34 +0000 |
commit | 276c2d7dc8a0057901123776b5ae26fe48ce69e2 (patch) | |
tree | f92c4a48e0f2f6b8df840f40d6a5ec752bb6d076 /Makefile.in | |
parent | a7f081a5be64456cdd268ceb515db7c94737c2b2 (diff) | |
download | gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.zip gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.tar.gz gdb-276c2d7dc8a0057901123776b5ae26fe48ce69e2.tar.bz2 |
Add r5900
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9db3296..1170b4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,6 +68,7 @@ HOST_PREFIX_1 = loser- CFLAGS = -g LIBCFLAGS = $(CFLAGS) CFLAGS_FOR_TARGET = $(CFLAGS) +LDFLAGS_FOR_TARGET = LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) PICFLAG = PICFLAG_FOR_TARGET = @@ -1078,6 +1079,7 @@ $(CONFIGURE_TARGET_MODULES): CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \ LD="$(LD_FOR_TARGET)"; export LD; \ + LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \ NM="$(NM_FOR_TARGET)"; export NM; \ RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \ echo Configuring in $(TARGET_SUBDIR)/$${dir}; \ |