[fedora-arm] Re: [Rpm-maint] [patch,rfc] assorted changes for arm

Mark Hatle mark.hatle at windriver.com
Thu Jun 21 16:47:08 UTC 2007


I don't think that the "j" makes a lot of sense.  I've never seen any
code that actually makes use of the 'j'.

Also do you have any provisions for specifying "vfp" support?  If not,
you may want to consider that as another permutation (if you are trying
to be "complete".)

Lennert Buytenhek wrote:
> (please CC on replies, not on rpm-maint@)
> 
> Hi,
> 
> Attached is a diff against rpm 4.4.2 that updates the arm arch
> support in rpm somewhat.  In particular, it adds more ARM sub-archs,
> and adds some bits to deal properly with the new ARM ABI (EABI).
> 
> Various patches along these lines have existed in the past few
> years, this particular one is what the (unofficial) Fedora ARM effort
> uses.  Comments welcome!
> 
> 
> thanks,
> Lennert
> 
> 
> 
> Index: rpm-4.4.2/Makefile.am
> ===================================================================
> --- rpm-4.4.2.orig/Makefile.am
> +++ rpm-4.4.2/Makefile.am
> @@ -165,6 +165,12 @@ install-data-local:
>  		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/athlon ;;\
>  	alpha*) $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/alpha ;\
>  		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/alphaev6 ;;\
> +	arm*)	$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv3l ;\
> +		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv4l ;\
> +		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv4tl ;\
> +		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv5tel ;\
> +		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv5tejl ;\
> +		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/armv6l ;;\
>  	sparc*) $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/sparc ;\
>  		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/sparcv8 ;\
>  		$(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/sparcv9 ;\




More information about the arm mailing list