diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/install_headers.sh | 1 | ||||
| -rwxr-xr-x | scripts/setup_compiler.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install_headers.sh b/scripts/install_headers.sh index 213d9d5..8707fa8 100755 --- a/scripts/install_headers.sh +++ b/scripts/install_headers.sh @@ -3,4 +3,5 @@ SYSROOT="/opt/aleksa" SYSROOT_INCLUDE=$SYSROOT/usr/include/ +mkdir -p "$SYSROOT_INCLUDE" rsync src/include/ "$SYSROOT_INCLUDE" -ru --delete diff --git a/scripts/setup_compiler.sh b/scripts/setup_compiler.sh index 46870fd..0fd7bed 100755 --- a/scripts/setup_compiler.sh +++ b/scripts/setup_compiler.sh @@ -6,4 +6,4 @@ i686-aleksa-as "src/crt/crt0.s" -o "${GCC_INCLUDE}crt0.o" i686-aleksa-as "src/crt/crti.s" -o "${GCC_INCLUDE}crti.o" i686-aleksa-as "src/crt/crtn.s" -o "${GCC_INCLUDE}crtn.o" -#touch "${GCC_INCLUDE}libc.a" +touch "${GCC_INCLUDE}libc.a" |
