b15b5c9a11
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.
7 lines
202 B
Bash
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
|