Skip to content

Commit

Permalink
Merge pull request #1501 from hadfl/rust
Browse files Browse the repository at this point in the history
rust: update to 1.80.0
  • Loading branch information
oetiker authored Aug 6, 2024
2 parents 2383aac + e40f952 commit daa4151
Show file tree
Hide file tree
Showing 25 changed files with 57 additions and 526 deletions.
5 changes: 1 addition & 4 deletions build/cargo-c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=cargo-c
VER=0.10.0
VER=0.10.3
PKG=ooce/developer/cargo-c
SUMMARY="build and install C-ABI compatible dynamic and static libraries"
DESC="produces and installs a correct pkg-config file, a static library and "
Expand Down Expand Up @@ -48,9 +48,6 @@ build() {

pushd $TMPDIR/$BUILDDIR >/dev/null

# os_info 3.8.0 is broken on illumos -
# See https://github.com/stanislav-tkach/os_info/issues/371
logcmd $CARGO update --package [email protected] --precise 3.7.0
logcmd $CARGO install --locked --root=$DESTDIR$PREFIX --path=. \
|| logerr "build failed"

Expand Down
93 changes: 0 additions & 93 deletions build/clang/build-14.sh

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions build/clang/patches-14/add-rpath-for-libstdcxx.patch

This file was deleted.

34 changes: 0 additions & 34 deletions build/clang/patches-14/default-preprocessor-definition.patch

This file was deleted.

21 changes: 0 additions & 21 deletions build/clang/patches-14/no-default-libgcc_s-linking.patch

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-14/no-default-libm-linking.patch

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-14/no-sanitizer-runtime-lib-linking.patch

This file was deleted.

17 changes: 0 additions & 17 deletions build/clang/patches-14/no-ssp-linking.patch

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-14/no-symbolic-functions.patch

This file was deleted.

24 changes: 0 additions & 24 deletions build/clang/patches-14/no-usr-local-include.patch

This file was deleted.

40 changes: 0 additions & 40 deletions build/clang/patches-14/no-version-script.patch

This file was deleted.

11 changes: 0 additions & 11 deletions build/clang/patches-14/series

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-14/use-gas.patch

This file was deleted.

Loading

0 comments on commit daa4151

Please sign in to comment.