summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrobell2008-11-02 18:40:31 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit21a15d8c80634443c3bb1733a62fd3859aa9213f (patch)
tree663d471c726202c88eecca5ce00bbd38a3d2a2f3
parenta6034cd5f0e29101870ce2a1f26de8a8cc1e6ac6 (diff)
downloadsdcc-21a15d8c80634443c3bb1733a62fd3859aa9213f.zip
sdcc-21a15d8c80634443c3bb1733a62fd3859aa9213f.tar.gz
- include PIC library support (thanks to gputils)auto/th/sdcc-2_8_4-0_20081020_3
- rel. 3 Changed files: sdcc.spec -> 1.39
-rw-r--r--sdcc.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdcc.spec b/sdcc.spec
index a27bd57..52de290 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -5,7 +5,7 @@ Summary: C compiler for Intel 8051 and Zilog Z80
Summary(pl.UTF-8): Kompilator C dla Intel 8051 i Zilog Z80
Name: sdcc
Version: 2.8.4
-Release: 0.%{_snap_date}.2
+Release: 0.%{_snap_date}.3
License: GPL
Group: Development/Languages
Source0: http://sdcc.sourceforge.net/snapshots/sdcc-src/%{name}-src-%{_snap_date}-%{_snap_id}.tar.bz2
@@ -18,6 +18,7 @@ BuildRequires: automake
BuildRequires: bison
BuildRequires: flex
BuildRequires: gc-devel
+BuildRequires: gputils
BuildRequires: latex2html
BuildRequires: libstdc++-devel
BuildRequires: lyx >= 1.4.4
@@ -28,6 +29,8 @@ BuildRequires: tetex-tex-babel
Obsoletes: ucsim
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _noautostrip .*sdcc.lib.*\\.\\(lib\\|a\\)
+
%description
SDCC is retargettable, optimizing ANSI - C compiler. The current
version targets the Intel 8051 and recently the Zilog Z80 based MCUs.