Changeset df1f734 in rtems for scripts/binutils/binutils.add
- Timestamp:
- 04/03/02 17:58:26 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 75db5285
- Parents:
- 47f7dc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/binutils/binutils.add
r47f7dc5 rdf1f734 23 23 24 24 Version: @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 25 Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.bz2 26 @PATCH1@ 27 27 28 # 28 29 # The original sources are not included in the source RPM. … … 47 48 # untar the sources inside @target_alias@-binutils 48 49 %setup -c -n @target_alias@-binutils 49 50 # %patch0 -p0 50 @PATCH2@ 51 51 test -d build || mkdir build 52 52 53 53 %build 54 54 # HACK: This should be %{target} != %{build}, but SuSE's rpm screws it. 55 %if "%{ target_os}" != "%{build_os}"55 %if "%{_target_os}" != "%{_build_os}" 56 56 CONFIGURE_ARGS="--build=%{_build} --host=%{_target}" 57 57 %endif
Note: See TracChangeset
for help on using the changeset viewer.