/[packages]/cauldron/rpm/current/SOURCES/rpm-4.6.1-arm_mips_isa_macros.patch
ViewVC logotype

Contents of /cauldron/rpm/current/SOURCES/rpm-4.6.1-arm_mips_isa_macros.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 343 - (show annotations) (download)
Sat Jan 8 00:05:19 2011 UTC (13 years, 3 months ago) by tmb
File size: 472 byte(s)
imported package rpm
1 diff -p -up rpm-4.6.1/installplatform.3003 rpm-4.6.1/installplatform
2 --- rpm-4.6.1/installplatform.3003 2010-09-29 07:36:31.000000000 +0200
3 +++ rpm-4.6.1/installplatform 2010-09-29 07:37:08.320308967 +0200
4 @@ -115,7 +115,15 @@ for SUBST in $SUBSTS ; do
5 ISABITS=32
6 ;;
7 arm*)
8 - ISANAME=`echo ${ARCH} | sed "s/^\([^-]*\)-.*/\1/"`
9 + ISANAME=armeb
10 + ISABITS=32
11 + ;;
12 + arm)
13 + ISANAME=armel
14 + ISABITS=32
15 + ;;
16 + arm*l)
17 + ISANAME=armel
18 ISABITS=32
19 ;;
20 alpha*)

  ViewVC Help
Powered by ViewVC 1.1.30