We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 046a7a5 + 353e297 commit 3275cfeCopy full SHA for 3275cfe
packages/arch/newlib/PKGBUILD
@@ -1,6 +1,6 @@
1
_target=x86_64-elf-redox
2
pkgname=$_target-newlib-git
3
-pkgver=r17665.a3025b20e
+pkgver=r17719.dabd4bde6
4
pkgrel=1
5
arch=(i686 x86_64)
6
license=(GPL)
@@ -10,7 +10,7 @@ makedepends=('git' 'rustup' $_target-binutils-git $_target-gcc-freestanding-git)
10
11
prepare() {
12
cd rust
13
- git submodule update --init src/compiler-rt src/liblibc
+ git submodule update --init --recursive src/libcompiler_builtins src/liblibc
14
15
cd "$srcdir/newlib"
16
0 commit comments