mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpukit/rtems-cpukit.add, gdb/gdb.add: Fix my email address, cosmetics.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpukit/rtems-cpukit.add, gdb/gdb.add:
|
||||||
|
Fix my email address, cosmetics.
|
||||||
|
|
||||||
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* setup, setup.def, gcc3newlib/mkspec.in:
|
* setup, setup.def, gcc3newlib/mkspec.in:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Release: @Release@
|
|||||||
License: Various, Open Source.
|
License: Various, Open Source.
|
||||||
Group: %{rpmgroup}
|
Group: %{rpmgroup}
|
||||||
|
|
||||||
Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
|
Packager: ralf.corsepius@rtems.org and joel@OARcorp.com
|
||||||
BuildPreReq: %{rpmprefix}%{rtems_target}-binutils
|
BuildPreReq: %{rpmprefix}%{rtems_target}-binutils
|
||||||
BuildPreReq: %{rpmprefix}%{rtems_target}-gcc
|
BuildPreReq: %{rpmprefix}%{rtems_target}-gcc
|
||||||
Requires: %{rpmprefix}%{rtems_target}-binutils
|
Requires: %{rpmprefix}%{rtems_target}-binutils
|
||||||
@@ -40,14 +40,10 @@ RTEMS is a free operating system for embedded systems.
|
|||||||
|
|
||||||
This package contains the cpukit for cpu %{rtems_target}.
|
This package contains the cpukit for cpu %{rtems_target}.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Joel Sherrill (joel@oarcorp.com)
|
|
||||||
...
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -T -n %{name}-%{version} -a0
|
%setup -c -T -n %{name}-%{version} -a0
|
||||||
test -d build || mkdir build
|
test -d build || mkdir build
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd build
|
cd build
|
||||||
# rtems does not support building inside the source tree
|
# rtems does not support building inside the source tree
|
||||||
@@ -58,6 +54,7 @@ cd build
|
|||||||
--exec-prefix=%{_prefix}/%{rtems_target} \
|
--exec-prefix=%{_prefix}/%{rtems_target} \
|
||||||
--enable-multilib
|
--enable-multilib
|
||||||
make RTEMS_BSP=
|
make RTEMS_BSP=
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
make RTEMS_BSP= DESTDIR=${RPM_BUILD_ROOT} install
|
make RTEMS_BSP= DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Release: @Release@
|
|||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: %{rpmgroup}
|
Group: %{rpmgroup}
|
||||||
|
|
||||||
Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
|
Packager: ralf.corsepius@rtems.org and joel@OARcorp.com
|
||||||
|
|
||||||
Version: %{gdb_version}
|
Version: %{gdb_version}
|
||||||
Summary: gdb for target %{gdb_version}
|
Summary: gdb for target %{gdb_version}
|
||||||
|
|||||||
Reference in New Issue
Block a user