all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54327] [PATCH 0/3] gnu: sdcc: Update to 4.2.0.
@ 2022-03-10 12:27 Simon South
  2022-03-10 12:31 ` [bug#54327] [PATCH 1/3] gnu: sdcc: Remove input labels Simon South
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Simon South @ 2022-03-10 12:27 UTC (permalink / raw)
  To: 54327

Here's a patch series that updates SDCC, a C compiler suite for eight-bit
microcontrollers, to 4.2.0.

It also improves the package by

- Removing input labels from the package definition, and

- Enabling readline support in the debugger, SDCDB.

To minimize rebuilds I suggest applying this after the update to μCsim in
issue 54260[0].

I've tested this (including rebuilding SDCC's four dependent packages) on
AArch64 and x86-64 and all appears well.

[0] https://issues.guix.gnu.org/54260

--
Simon South
simon@simonsouth.net


Simon South (3):
  gnu: sdcc: Remove input labels.
  gnu: sdcc: Build debugger with readline support.
  gnu: sdcc: Update to 4.2.0.

 gnu/packages/embedded.scm                     |  22 +-
 .../patches/sdcc-disable-non-free-code.patch  | 363 +++++++++---------
 2 files changed, 200 insertions(+), 185 deletions(-)


base-commit: cceb5344ae64faa3079556084c7d63615df53eb4
-- 
2.34.0





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-03-11 20:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 12:27 [bug#54327] [PATCH 0/3] gnu: sdcc: Update to 4.2.0 Simon South
2022-03-10 12:31 ` [bug#54327] [PATCH 1/3] gnu: sdcc: Remove input labels Simon South
2022-03-10 12:31 ` [bug#54327] [PATCH 2/3] gnu: sdcc: Build debugger with readline support Simon South
2022-03-10 12:31 ` [bug#54327] [PATCH 3/3] gnu: sdcc: Update to 4.2.0 Simon South
2022-03-11  7:40   ` Maxime Devos
2022-03-11  9:17     ` Simon South
2022-03-11 20:17       ` Maxime Devos
2022-03-11  7:42   ` Maxime Devos
2022-03-10 23:42 ` bug#54327: [PATCH 0/3] " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.