openbsd-ports/lang/egcs/snapshot/files/fixinc.sh.m4
espie b15b5c9a11 Update to 991208 snapshot, quite a few bugs fixed as usual.
Highlight: inlining on function trees should be active in C++.

Reword include files fixing so that it wedges in where it is
supposed to, as latest tweaks to va_list means the stage1 compiler
needs correct includes.
1999-12-14 00:19:15 +00:00

7 lines
202 B
Bash

#!/bin/sh
WRKBUILD=@WRKBUILD@
FILESDIR=@FILESDIR@
mkdir -p $WRKBUILD/gcc/include/machine
cp $FILESDIR/include/machine/ansi.h $WRKBUILD/gcc/include/machine
cp $FILESDIR/include/*.h $WRKBUILD/gcc/include