mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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@.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Please send bugfixes or comments to
|
||||
# http://www.oarcorp.com/cgi-bin/gnatweb.pl
|
||||
# http://www.rtems.com/cgi-bin/gnatweb.pl
|
||||
# or mailto:@PACKAGE_BUGREPORT@
|
||||
#
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
%define _exeext %{nil}
|
||||
%endif
|
||||
|
||||
# Without this, RPM-4.x' rpm-brp-strip screws up on cross-binaries
|
||||
%define __os_install_post %{nil}
|
||||
|
||||
Vendor: OARCorp
|
||||
Distribution: Linux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user