Changeset df1f734 in rtems for scripts/binutils/binutils.add


Ignore:
Timestamp:
04/03/02 17:58:26 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
75db5285
Parents:
47f7dc5
Message:

2002-04-03 Ralf Corsepius <corsepiu@…>

  • mkbinutilspec.in: Add support for empty patch-version (no patch).
  • mkgcc3newlibspec.in: Ditto.
  • setup: Fix gcc3*_versions handling.
  • setup.def: binutils_patch_version=.
  • binutils/binutils.add: Reflect changes to mkbinutilspec.in, Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
  • binutils/target-binutils.add: Comment out c++filt.
  • gcc3newlib/base-gcc.add: Remove duplicate libm.info.
  • gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in. Use "%{_target_os}" != "%{_build_os}" to detect cross-building. Comment out gcc-2.95.x hacks. Remove *.la from installed files.
  • gcc3newlib/gccnewlib_c_only.spec.in: Remove.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/binutils/binutils.add

    r47f7dc5 rdf1f734  
    2323
    2424Version:        @binutils_version@
    25 Source0:        ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.bz2
    26 # Patch0:               binutils-@binutils_version@-rtems-@binutils_patch_version@.diff
     25Source0:        ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.bz2
     26@PATCH1@
     27
    2728#
    2829# The original sources are not included in the source RPM.
     
    4748# untar the sources inside @target_alias@-binutils
    4849%setup -c -n @target_alias@-binutils
    49 
    50 # %patch0 -p0
     50@PATCH2@
    5151  test -d build || mkdir build
    5252
    5353%build
    5454# HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
    55 %if "%{target_os}" != "%{build_os}"
     55%if "%{_target_os}" != "%{_build_os}"
    5656  CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
    5757%endif
Note: See TracChangeset for help on using the changeset viewer.