* configure.in: Define BSD44_FORMAT if the target looks like a
[deliverable/binutils-gdb.git] / gprof / configure.bat
1 @echo off
2 echo Configuring gprof for go32
3 rem This batch file assumes a unix-type "sed" program
4
5 echo # Makefile generated by "configure.bat"> Makefile
6
7 if exist config.sed del config.sed
8
9 echo "/^###$/ i\ ">>config.sed
10 echo "MY_MACHINE=i386\ ">>config.sed
11 echo "CC=gcc ">>config.sed
12
13 echo # >> config.sed
14
15 sed -e "s/^\"//" -e "s/\"$//" -e "s/[ ]*$//" config.sed > config2.sed
16 sed -f config2.sed Makefile.in >> Makefile
17 del config.sed
18 del config2.sed
This page took 0.0322 seconds and 4 git commands to generate.