Changeset 8d182ca in rtems
- Timestamp:
- 02/26/07 09:35:04 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a8149e7
- Parents:
- 397a1bec
- Location:
- contrib/crossrpms/binutils
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/binutils/binutils.add
r397a1bec r8d182ca 1 %define binutils_pkgvers @BINUTILS_PKGVERS@ 1 2 %define binutils_version @BINUTILS_VERS@ 2 %define binutils_rpmvers %{expand:%(echo @BINUTILS_VERS@ | tr - _)}3 %define binutils_rpmvers %{expand:%(echo "@BINUTILS_VERS@" | tr - _ )} 3 4 4 5 Name: @rpmprefix@@tool_target@-binutils … … 20 21 %if %build_infos 21 22 22 # Requires: @rpmprefix@rtems4.7-base-binutils23 23 Requires: @rpmprefix@binutils-common 24 24 %endif -
contrib/crossrpms/binutils/build.add
r397a1bec r8d182ca 3 3 cd build 4 4 CFLAGS="$RPM_OPT_FLAGS" \ 5 ../binutils-%{binutils_ version}/configure \5 ../binutils-%{binutils_pkgvers}/configure \ 6 6 --build=%_build --host=%_host \ 7 7 --target=@tool_target@ \ -
contrib/crossrpms/binutils/prep.add
r397a1bec r8d182ca 3 3 4 4 %setup -q -D -T -n %{name}-%{version} -a0 5 cd binutils-%{binutils_ version}5 cd binutils-%{binutils_pkgvers} 6 6 %{?PATCH0:%patch0 -p1} 7 7 cd ..
Note: See TracChangeset
for help on using the changeset viewer.