]> gcc.gnu.org Git - gcc.git/commit
Add mingw32 support.
authorMumit Khan <khan@xraylith.wisc.edu>
Sat, 17 Jan 1998 21:30:39 +0000 (21:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Jan 1998 21:30:39 +0000 (14:30 -0700)
commit77aff459558ec67ceafc407420e014433828f7a5
tree3fb1bcc713bf0b50a9443986aa474ff823b51ca8
parent84f79fea91fa299022c62cd3e7a9b42910d974b2
Add mingw32 support.

        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        (pwait): New function for mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config/mt-mingw32: New file.
        * xmalloc.c (first_break): Not used for mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc): Likewise.
        (xrealloc): Likewise.

Co-Authored-By: J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
From-SVN: r17395
libiberty/ChangeLog
libiberty/config.table
libiberty/config/mt-mingw32 [new file with mode: 0644]
libiberty/pexecute.c
libiberty/xmalloc.c
This page took 0.064416 seconds and 5 git commands to generate.