summaryrefslogtreecommitdiff
path: root/gcc/config/winnt
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-20 17:02:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-20 17:02:10 +0000
commitfa5144f79039ee415fa52c5f1d9e3be260b5b898 (patch)
tree095998f79a3dded1d5f2821cc8b533b1ab9975a9 /gcc/config/winnt
parent2f7ce20aad53584f43ef37d8eccc4eab9a0b67a3 (diff)
downloadgcc-fa5144f79039ee415fa52c5f1d9e3be260b5b898.tar.gz
Remove more bytecode stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/winnt')
-rw-r--r--gcc/config/winnt/config-nt.sed7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/winnt/config-nt.sed b/gcc/config/winnt/config-nt.sed
index ee0088ad818..995158e2244 100644
--- a/gcc/config/winnt/config-nt.sed
+++ b/gcc/config/winnt/config-nt.sed
@@ -13,7 +13,7 @@ s/$(srcdir)\/c-gperf/c-gperf/g
/^lang_specs_files=/ d
/^lang_options_files=/ d
/^version=/ c\
-version=2.7.2
+version=2.8.0
s/CC = cc/CC = cl/
s/^SHELL =.*/SHELL =/
s/CFLAGS = -g/CFLAGS =/
@@ -38,7 +38,7 @@ GCC_FOR_TARGET = xgcc
ENQUIRE_LDFLAGS =
s/; *@true//
/> *stamp-objlist/ c\
- echo.exe $(OBJS) $(BC_OBJS) | sed -e "s, \([a-z]\), ../\1,g" >stamp-objlist
+ echo.exe $(OBJS) | sed -e "s, \([a-z]\), ../\1,g" >stamp-objlist
/^OBJS.*stamp-objlist/ s?`cat ../stamp-objlist`?@../stamp-objlist?
s/^\(SUBDIR_OBSTACK *=\).*$/\1 ..\/obstack.o/
s/^\(SUBDIR_USE_ALLOCA *=\).*$/\1/
@@ -90,9 +90,6 @@ USE_HOST_ALLOCA=alloca.obj
s/^ALLOCA =/ALLOCA = alloca.obj/
s/^ALLOCA_FINISH = true/ALLOCA_FINISH =/
s/ \.\// /
-s/^bi-\([a-z]*\) *:/bi-\1.exe :/
-s/ bi-\([a-z]*\)$/ bi-\1.exe/
-s/ bi-\([a-z]*\) / bi-\1.exe /g
s/^gen\([a-z]*\) *:/gen\1.exe :/
s/ gen\([a-z]*\)$/ gen\1.exe/
s/ gen\([a-z]*\) / gen\1.exe /g