Re: config.guess and IBM Z

2025-07-12 Thread Simon Sobisch
I currently don't have access to that machine and didn't worked on config.guess before - so please create the patch yourself, if there wasn't a change "upstream" yet. Simon Am 12.07.2025 um 18:09 schrieb Dmitry V. Levin: On 2025-01-10 14:22, Simon Sobisch wrote: The script queries the output

Re: [PATCH] config.sub: Add Tock OS support

2025-07-12 Thread Dmitry V. Levin
On Wed, Jun 11, 2025 at 04:11:36PM -0700, Pat Pannuto wrote: > This adds the Tock OS targets in preparation for implementing the > Tock OS-specific toolchain support. > > $ make check > cd testsuite && bash config-guess.sh && rm uname > PASS: config.guess checks (153 tests) > cd testsuite && bash

Re: [PATCH 0/1] config.sub: fix a duplicated case pattern

2025-07-12 Thread Dmitry V. Levin
On Thu, May 08, 2025 at 03:45:55PM +0200, Siteshwar Vashisht wrote: > It was found through shellcheck. > > Siteshwar Vashisht (1): > config.sub: fix a duplicated case pattern > > config.sub | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. -- ldv

Re: config.guess and IBM Z

2025-07-12 Thread Dmitry V. Levin
On Fri, Jan 10, 2025 at 02:31:03PM -0800, Paul Eggert wrote: > Simon: Thanks for your bug report. "./config.guess --help" says to > report its bugs to config-patches@gnu.org, so I'm forwarding your bug > report there, and please followup there. (Autoconf merely copies > config.guess from upstrea

Re: [PATCH v2] config.sub: Include support for arm64_32 and iOS/tvOS/watchOS simulators

2025-07-12 Thread Dmitry V. Levin
On Tue, Jan 07, 2025 at 03:27:54AM -0500, Richard Hansen wrote: > From: Russell Keith-Magee > > * Normalise the watchOS CPU architecture descriptor used by > Apple (`arm64_32`). > * Accept the `-simulator` suffix for descriptors for iOS, tvOS and > watchOS. > > The following is the l

Re: [PATCH] Add superh cpus with floats from config.gcc

2025-07-12 Thread Dmitry V. Levin
On Fri, May 09, 2025 at 05:36:00PM +0200, Quentin Boswank wrote: > From d2c172ed163a8a411245827bbe446e141248d3e8 Mon Sep 17 00:00:00 2001 > From: QBos07 > Date: Fri, 9 May 2025 15:33:54 + > Subject: [PATCH] Add superh cpus with floats from config.gcc > config.gcc can use the target triple to

Re: [PATCH] config.sub: sol2 and UX improvements

2025-07-12 Thread Dmitry V. Levin
Hi, On Thu, Mar 20, 2025 at 09:43:48PM +0100, Lily (dimension.sh) wrote: > - added `sol2%` as an alias to `solaris2%`. Is there a rationale for this? > - improve error message for inputs which provide > both an OS and/or kernel and a Machine code format. OK > - add a VERBOSE feature, allowin

Re: [PATCH 2/2] Adjust 'time-stamp' variables to modern Emacs.

2025-07-12 Thread Dmitry V. Levin
On Wed, Jul 09, 2025 at 07:29:18PM -0700, Collin Funk wrote: > * config.guess: Make 'add-hook' add 'time-stamp' as buffer-local. Use > "%Y" for 'time-stamp-format' instead of "%:y". > * config.sub: Likewise. Applied, thanks. -- ldv

Re: [PATCH] ironclad: Ironclad targets should be *ironclad-mlibc.

2025-07-12 Thread Dmitry V. Levin
On Wed, Nov 20, 2024 at 07:58:57PM +0100, streaksu wrote: > > This complements libtool patch #10489. Applied, thanks.

Re: Changes for Solaris not working correctly?

2025-07-12 Thread Dmitry V. Levin
Hi, On Thu, Apr 24, 2025 at 12:11:41PM +0200, Vladimir Marek wrote: > Hi, > > This is about commit > https://git.savannah.gnu.org/cgit/config.git/commit/config.guess?id=9e4c79f5fc4ef734b2f3115ab9184b70789e21a3 > which introduced the -m64 option to Solaris i86pc compiler detection > code. > > @@

Re: [PATCH] config-sub: recognize banan-os

2025-07-12 Thread Dmitry V. Levin
On Tue, Jun 03, 2025 at 11:06:06PM +0300, Oskari Alaranta wrote: > --- > config.sub| 1 + > testsuite/config-sub.data | 2 ++ > 2 files changed, 3 insertions(+) Applied, thanks. -- ldv

Re: Re: [Patch] config.guess, config.sub: Include support for sw_64 arch

2025-07-12 Thread Dmitry V. Levin
Hi, On Tue, Jan 14, 2025 at 12:23:54PM +0800, Funda Wang wrote: > Ok. attached here: > > From 62d742713b0d6ed67fad52821541a7d83f4ce702 Mon Sep 17 00:00:00 2001 > From: Funda Wang > Date: Sun, 12 Jan 2025 23:02:47 +0800 > Subject: [PATCH] support sw_64 arch > > --- > config.guess | 8 >

Re: [PATCH v2 01/47] gdb, intelgt: add intelgt as a basic machine

2025-07-12 Thread Dmitry V. Levin
On Fri, Dec 13, 2024 at 04:59:18PM +0100, Tankut Baris Aktemur wrote: > Add 'intelgt' as a basic machine to config.sub. Applied, thanks. -- ldv