diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-17 12:15:44 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-17 12:15:44 +0200 |
commit | 449432bcb6a22971a886858cba4c3f0653260949 (patch) | |
tree | 72679ffe3cd0585a7a91d7edf1a6ec9d89d12b33 | |
parent | ebf1a414018fa7881f4a1974f8d0753748a85ea2 (diff) |
Create the directory in which GCC's fixincludes expects to find the headers.
-rwxr-xr-x | cross-gnu | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -282,6 +282,9 @@ if ./config.status --version > /dev/null 2>&1; then :; else --enable-languages=c,c++ \ --with-arch=i686 fi && +# ``The directory that should contain system headers does not exist: +# $SYS_ROOT/usr/include''. +mkdir -p "$SYS_ROOT"/usr/include && "$MAKE" \ all && # Remove the bogus libgcc_eh, libgcc and libgcov that may have been installed |