git » sdcc.git » commit 848ff33

sdcc 4.4.0

author Urja (ARMLFS builder)
2025-05-03 16:49:43 UTC
committer Urja (ARMLFS builder)
2025-05-03 16:49:43 UTC
parent 0df622af8ae13f57017362bdb12c1eba1e2adac2

sdcc 4.4.0

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 1d218f2..5525852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = sdcc
 	pkgrel = 1
 	url = https://sdcc.sourceforge.net/
 	arch = x86_64
+	arch = armv7h
 	license = GPL
 	makedepends = gputils
 	makedepends = boost
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 932bc57..841379a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=sdcc
 pkgver=4.4.0
 pkgrel=1
 pkgdesc='Retargettable ANSI C compiler'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://sdcc.sourceforge.net/'
 license=('GPL')
 depends=('gcc-libs' 'bash')