mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
swapout the build process of the newlib
This commit is contained in:
parent
c3daaebe24
commit
59ec9bd93d
2 changed files with 4 additions and 4 deletions
|
@ -8,14 +8,14 @@ before_install:
|
|||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
|
||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
- git submodule update --init hermit/lwip hermit/usr/gcc hermit/usr/pte hermit/usr/newlib hermit/usr/libomp
|
||||
- git submodule update --init hermit/lwip hermit/usr/gcc hermit/usr/pte hermit/usr/libomp
|
||||
script:
|
||||
- ./configure
|
||||
- wget https://www.lankes.org/deploy/bzImage
|
||||
- mkdir -p linux/arch/x86/boot/
|
||||
- mv bzImage linux/arch/x86/boot/
|
||||
- wget https://www.lankes.org/deploy/bootstrap.tar.gz
|
||||
- tar xzf bootstrap.tar.gz
|
||||
- wget https://www.lankes.org/deploy/newlib.tar.gz
|
||||
- tar xzf newlib.tar.gz
|
||||
- mv tmp hermit/usr/
|
||||
- mv x86 hermit/usr/
|
||||
- make
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b5831ed885b5465c2f89c1b5d82428ce2fa3375e
|
||||
Subproject commit 1c2c24aeb2d41597f837743e00c6531139d7bd62
|
Loading…
Add table
Reference in a new issue