source: rtems/contrib/crossrpms/gdb/prep.add @ 15e12bf6

4.8
Last change on this file since 15e12bf6 was 90c85d5b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/29/08 at 11:38:26

Sync with CVS-HEAD.

  • Property mode set to 100644
File size: 264 bytes
Line 
1%prep
2%setup -q -c -T -n %{name}-%{version}
3
4%setup -q -D -T -n %{name}-%{version} -a0
5cd gdb-%{gdb_version}
6%{?PATCH0:%patch0 -p1}
7cd ..
8
9%if "%{gdb_version}" >= "6.7"
10# Force using a system-provided libreadline
11rm -f gdb-%{gdb_version}/readline/configure
12%endif
Note: See TracBrowser for help on using the repository browser.