Meego Wiki
Views
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
Notes on rpm bootstrap [[ARM/hardfp/boostrap|here]].
Notes on rpm bootstrap [[ARM/hardfp/boostrap|here]].
Notes on obs import [[ARM/hardfp/obsimport|here]].
Notes on obs import [[ARM/hardfp/obsimport|here]].
 +
 +
== RPM architecture/subarchs ==
 +
 +
armv7hl = -mfloat-abi=hard -mfpu=vfpv3-d16 -march=armv7-a -mno-thumb
 +
 +
armv7hln = -mfloat-abi=hard -mfpu=neon -march=armv7-a -mno-thumb
 +
 +
MeeGo.com baseline would be armv7hl, vendors can recompile for armv7hln if they so wanted

Revision as of 12:30, 19 November 2010

ARM hardfp port related documentation.

Notes on rpm bootstrap here. Notes on obs import here.

RPM architecture/subarchs

armv7hl = -mfloat-abi=hard -mfpu=vfpv3-d16 -march=armv7-a -mno-thumb

armv7hln = -mfloat-abi=hard -mfpu=neon -march=armv7-a -mno-thumb

MeeGo.com baseline would be armv7hl, vendors can recompile for armv7hln if they so wanted

Personal tools