Files
gentoo/dev-embedded/sdcc/files/sdcc-4.5.0-install-apps.patch
Viorel Munteanu 095fd4372c dev-embedded/sdcc: add 4.5.0
Add version 4.5.0.  Sync live ebuild.

The build system for this package is a mess.  eautoreconf does not work
by default, there are multiple hacks to make it work.  I included
binutils in SRC_URI to copy two m4 files from there.  I could have
packaged them alone, but I assume most people already have it anyway.
Also looks a bit more secure this way.

Closes: https://bugs.gentoo.org/970237
Closes: https://bugs.gentoo.org/922301
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2026-02-20 16:01:55 +02:00

15 lines
336 B
Diff

Upstream do not install apps (in particular serialview is missing)
--- a/sim/ucsim/src/Makefile.in
+++ b/sim/ucsim/src/Makefile.in
@@ -61,6 +61,9 @@
@for pkg in $(PKGS); do\
$(MAKE) -C sims/$${pkg} install ;\
done
+ @for app in $(APPS); do\
+ $(MAKE) -C apps/$${app} install ;\
+ done
# Deleting all the installed files