initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
23
debian/patches/rust-enabled.diff
vendored
Normal file
23
debian/patches/rust-enabled.diff
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# DP: Explicitely enable rust, too late to be removed from 23.04
|
||||
|
||||
--- a/src/configure.ac
|
||||
+++ b/src/configure.ac
|
||||
@@ -2150,18 +2150,6 @@ if test -d ${srcdir}/gcc; then
|
||||
;;
|
||||
esac
|
||||
|
||||
- # Disable Rust for GCC 13 release.
|
||||
- case ${add_this_lang}:${language} in
|
||||
- yes:rust)
|
||||
- # Specifically requested language; tell them.
|
||||
- AC_MSG_ERROR([Rust is not supported in GCC 13 release])
|
||||
- ;;
|
||||
- *:rust)
|
||||
- # Silently disable.
|
||||
- add_this_lang=unsupported
|
||||
- ;;
|
||||
- esac
|
||||
-
|
||||
# Disable jit if -enable-host-shared not specified
|
||||
# but not if building for Mingw. All code in Windows
|
||||
# is position independent code (PIC).
|
Reference in New Issue
Block a user