|
|
@ -145,7 +145,7 @@ glibc_postmake() |
|
|
|
{ |
|
|
|
{ |
|
|
|
if atstage toolchain; then |
|
|
|
if atstage toolchain; then |
|
|
|
cp -v ../include/features.h $root$includedir |
|
|
|
cp -v ../include/features.h $root$includedir |
|
|
|
mkdir -p $includedir/{bits,gnu} |
|
|
|
mkdir -p $root$includedir/{bits,gnu} |
|
|
|
[ -e $root$includedir/bits/stdio_lim.h ] || |
|
|
|
[ -e $root$includedir/bits/stdio_lim.h ] || |
|
|
|
touch $root$includedir/bits/stdio_lim.h |
|
|
|
touch $root$includedir/bits/stdio_lim.h |
|
|
|
return |
|
|
|
return |
|
|
|