Bug#1041367: src:emacs: Detect default GCC version instead of hard-coding.

2023-07-19 Thread Sean Whitton
Hello Manphiz, I don't think the benefit is significant to be interested in reviewing and applying this, though perhaps Rob will take a look. Sorry to dissapoint. -- Sean Whitton

Bug#1041367: src:emacs: Detect default GCC version instead of hard-coding.

2023-07-18 Thread Manphiz
retitle 1041367 Automate GCC version handling. # tag with patch as a merge request is available. tag 1041367 patch thanks Manphiz writes: > Sean Whitton writes: > >> Hello, >> >> On Mon 17 Jul 2023 at 07:26pm -07, Xiyue Deng wrote: >> >>> Currently Emacs hard-codes the GCC version - more

Bug#1041367: src:emacs: Detect default GCC version instead of hard-coding.

2023-07-18 Thread Sean Whitton
Hello, On Mon 17 Jul 2023 at 07:26pm -07, Xiyue Deng wrote: > Currently Emacs hard-codes the GCC version - more specifically the GCC > JIT version - for the native compile feature. As the default GCC > version may change once in a while, it may be beneficial to avoid > hard-coding the version

Bug#1041367: src:emacs: Detect default GCC version instead of hard-coding.

2023-07-17 Thread Xiyue Deng
Source: emacs Version: 1:28.2+1-15 Severity: normal X-Debbugs-Cc: none, Xiyue Deng Dear maintainers, Currently Emacs hard-codes the GCC version - more specifically the GCC JIT version - for the native compile feature. As the default GCC version may change once in a while, it may be beneficial