mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* common/common.add.in: Add Vendor, Distribution, BuildRoot. * binutils/Makefile.am: Fix path to clean.add. * binutils/binutils.add: Remove BuildRoot. * cpukit/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtems-cpukit.spec.in. * cpukit/header.add: New. * cpukit/rtems-cpukit.spec.in: Remove. * cpukit/rtems-cpukit.add: New. * gccnewlib/gccnewlib.add: Remove Buildroot. * gdb/gdb.add: Remove Buildroot. * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
#
|
|
# Please send bugfixes or comments to
|
|
# http://www.oarcorp.com/cgi-bin/gnatweb.pl
|
|
# or mailto:@PACKAGE_BUGREPORT@
|
|
#
|
|
|
|
%define _prefix @prefix@
|
|
%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
|
|
%ifos cygwin cygwin32
|
|
%define _exeext .exe
|
|
%else
|
|
%define _exeext %{nil}
|
|
%endif
|
|
|
|
Vendor: OARCorp
|
|
Distribution: Linux
|
|
|
|
BuildRoot: %{_defaultbuildroot}
|