projects
/
tools
/
obs-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e824371
)
- added: support for ARMv5 EABI little endian arch
author
Martin Mohring
<martin.mohring@5etech.eu>
Sun, 16 Nov 2008 21:53:28 +0000
(21:53 +0000)
committer
Martin Mohring
<martin.mohring@5etech.eu>
Sun, 16 Nov 2008 21:53:28 +0000
(21:53 +0000)
Build.pm
patch
|
blob
|
history
diff --git
a/Build.pm
b/Build.pm
index
690db16
..
46ad1aa
100644
(file)
--- a/
Build.pm
+++ b/
Build.pm
@@
-32,9
+32,9
@@
sub import {
my $std_macros = q{
%define nil
%define ix86 i386 i486 i586 i686 athlon
-%define arm armv4l armv4b armv5l armv5b armv5
tel armv5t
eb
-%define arml armv4l armv5l armv5tel
-%define armb armv4b armv5b armv5teb
+%define arm armv4l armv4b armv5l armv5b armv5
el armv5eb armv5tel armv5teb armv6el armv6
eb
+%define arml armv4l armv5l armv5tel
armv5el armv6el
+%define armb armv4b armv5b armv5teb
armv5eb armv6eb
};
my $extra_macros = '';