source: rtems/scripts/common/common.add.in @ ae674781

4.104.114.84.95
Last change on this file since ae674781 was ae674781, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/24/03 at 04:41:10

2003-08-23 Ralf Corsepius <corsepiu@…>

  • common/common.add.in: s/www.oarcorp.com/www.rtems.com/. Add %define os_install_post %{nil} to prevent RH-9's rpm-brp-strip from running (Chokes on foreign object formats).
  • gcc3newlib/base-g77.add: Use %{gcc_version} instead of @gcc_version@.
  • gcc3newlib/gccnewlib.add: Use %{gcc_version} instead of @gcc_version@. Reflect gcc >= 3.3 shipping monolytic infos.
  • gcc3newlib/target-c++.add: Use %{gcc_version} instead of @gcc_version@. Don't pickup c++filt.
  • gcc3newlib/target-g77.add: Use %{gcc_version} instead of @gcc_version@.
  • gcc3newlib/target-gcc.add: Use %{gcc_version} instead of @gcc_version@.
  • gcc3newlib/target-gcj.add: Use %{gcc_version} instead of @gcc_version@.
  • gcc3newlib/target-gnat.add: Use %{gcc_version} instead of @gcc_version@.
  • gcc3newlib/target-objc.add: Use %{gcc_version} instead of @gcc_version@.
  • Property mode set to 100644
File size: 460 bytes
RevLine 
[b5b0433e]1#
2# Please send bugfixes or comments to
[ae674781]3#       http://www.rtems.com/cgi-bin/gnatweb.pl
[b5b0433e]4# or    mailto:@PACKAGE_BUGREPORT@
5#
6
7%define _prefix                 @prefix@
8%define _defaultbuildroot       %{_tmppath}/%{name}-%{version}-root
9%ifos cygwin cygwin32
10%define _exeext .exe
11%else
12%define _exeext %{nil}
13%endif
14
[ae674781]15# Without this, RPM-4.x' rpm-brp-strip screws up on cross-binaries
16%define __os_install_post %{nil}
17
[ab591073]18Vendor:         OARCorp
19Distribution:   Linux
20
21BuildRoot:      %{_defaultbuildroot}
Note: See TracBrowser for help on using the repository browser.