diff options
author | 2020-03-04 18:45:44 +0000 | |
---|---|---|
committer | 2020-03-04 18:45:44 +0000 | |
commit | c4982ab7e69dccd6cd7b78842c4c8c78f41929ec (patch) | |
tree | 113aacf7f8c5c1e6cbae9c71de082c0ded0e966e | |
parent | Switch powerpc clang to -msvr4-struct-return, like gcc. (diff) | |
download | wireguard-openbsd-c4982ab7e69dccd6cd7b78842c4c8c78f41929ec.tar.xz wireguard-openbsd-c4982ab7e69dccd6cd7b78842c4c8c78f41929ec.zip |
crank major versions of libLLVM libc++ libc++abi
OpenBSD macppc builds these libs with clang. Their ABI is changing
because of clang -msvr4-struct-return
-rw-r--r-- | gnu/usr.bin/clang/libLLVM/shlib_version | 2 | ||||
-rw-r--r-- | lib/libcxx/shlib_version | 2 | ||||
-rw-r--r-- | lib/libcxxabi/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/clang/libLLVM/shlib_version b/gnu/usr.bin/clang/libLLVM/shlib_version index 1edea46de91..b52599a164f 100644 --- a/gnu/usr.bin/clang/libLLVM/shlib_version +++ b/gnu/usr.bin/clang/libLLVM/shlib_version @@ -1,2 +1,2 @@ -major=1 +major=2 minor=0 diff --git a/lib/libcxx/shlib_version b/lib/libcxx/shlib_version index 012c14171d3..d9961ea9fef 100644 --- a/lib/libcxx/shlib_version +++ b/lib/libcxx/shlib_version @@ -1,2 +1,2 @@ -major=3 +major=4 minor=0 diff --git a/lib/libcxxabi/shlib_version b/lib/libcxxabi/shlib_version index 3250fb3dae1..ee91da7746e 100644 --- a/lib/libcxxabi/shlib_version +++ b/lib/libcxxabi/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libc++ the same type of bump! -major=1 +major=2 minor=0 |