mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* common/commom.am: New. * Makefile.am: Remove TEMPLATES. Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of CONFIGURE_DEPENDENCIES. * configure.ac: Remove AC_PREFIX_DEFAULT. * binutils/Makefile.am: include common.am. * common/common.add.in: Use rtems.com gnats. * cpukit/Makefile.am: include common.am. * gcc3newlib/Makefile.am: include common.am. * gccnewlib/Makefile.am: include common.am. * gdb/Makefile.am: include common.am. * rtems/Makefile.am: include common.am. * rtemsdoc/Makefile.am: include common.am.
22 lines
427 B
Plaintext
22 lines
427 B
Plaintext
#
|
|
# Please send bugfixes or comments to
|
|
# http://www.rtems.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
|
|
|
|
# Work around to a bug in rpm-4.2
|
|
%define __os_install_post %{nil}
|
|
|
|
Vendor: OARCorp
|
|
Distribution: Linux
|
|
|
|
BuildRoot: %{_defaultbuildroot}
|