git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc3306
)
angstrom oabi: COMPATIBLE_MACHINE is a bit unreliable in a distro.conf, so remove it
author
Koen Kooi
<koen@openembedded.org>
Tue, 2 Jan 2007 19:02:35 +0000
(19:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 2 Jan 2007 19:02:35 +0000
(19:02 +0000)
conf/distro/angstrom-2007.1-oabi.conf
patch
|
blob
|
history
diff --git
a/conf/distro/angstrom-2007.1-oabi.conf
b/conf/distro/angstrom-2007.1-oabi.conf
index
e63dc61
..
d154150
100644
(file)
--- a/
conf/distro/angstrom-2007.1-oabi.conf
+++ b/
conf/distro/angstrom-2007.1-oabi.conf
@@
-3,9
+3,6
@@
require conf/distro/angstrom-2007.1.conf
#this is a special version of angstrom for armv4 based machines that can't do EABI
#see http://wiki.debian.org/ArmEabiPort for details on that
-#set compatible machine so people don't 'accidentally' use this
-COMPATIBLE_MACHINE = "(collie|h3600|h3800|simpad)"
-
#only glibc based builds are supported ATM
TARGET_OS = "linux"