diff options
author | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 05:25:24 +0000 |
---|---|---|
committer | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 05:25:24 +0000 |
commit | c281cee8db7cebab74d76e04bc13773295a7b31d (patch) | |
tree | b39fca84dd9e5fa1866ca548b2b8a577f02e73c5 /gcc/configure.bat | |
parent | 70339e9e3869f029d7b82282a7e71e8d12b24b49 (diff) | |
download | gcc-c281cee8db7cebab74d76e04bc13773295a7b31d.tar.gz |
386 configuration fdiles moved to new directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.bat')
-rw-r--r-- | gcc/configure.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/configure.bat b/gcc/configure.bat index 3aa79a69231..f0396a37c98 100644 --- a/gcc/configure.bat +++ b/gcc/configure.bat @@ -2,11 +2,11 @@ echo Configuring GCC for go32 rem This batch file assumes a unix-type "sed" program -update config\xm-i386dos.h config.h -update config\xm-i386dos.h hconfig.h -update config\i386gas.h tm.h -update config\i386.md md -update config\i386.c aux-output.c +update config\i386\xm-dos.h config.h +update config\i386\xm-dos.h hconfig.h +update config\i386\gas.h tm.h +update config\i386\i386.md md +update config\i386\i386.c aux-output.c echo # Makefile generated by "configure.bat"> Makefile echo all.dos: cccp cc1 cc1plus cc1obj xgcc>> Makefile |