summaryrefslogtreecommitdiffstats
path: root/gcc/configure.bat
blob: b79c0dbb023deaa7ae22f59b5309dfa493ee0c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
rem GCC configuration script for MSDOG

rem Configure for our environment
copy config\i386.xmh config.h
copy config\i386gas.tmh tm.h
copy config\i386.md md
copy config\out-i386.c aux-output.c

rem Install our makefile
copy Makefile.dos Makefile
OpenPOWER on IntegriCloud