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:
4994a19
)
linux.inc: replace == with = to make posix shell compliant
author
Cliff Brake
<cbrake@bec-systems.com>
Tue, 2 Oct 2007 18:18:47 +0000
(18:18 +0000)
committer
Cliff Brake
<cbrake@bec-systems.com>
Tue, 2 Oct 2007 18:18:47 +0000
(18:18 +0000)
packages/linux/linux.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux.inc
b/packages/linux/linux.inc
index
7579481
..
41b0c13
100644
(file)
--- a/
packages/linux/linux.inc
+++ b/
packages/linux/linux.inc
@@
-40,7
+40,7
@@
do_configure_prepend() {
#
# oabi / eabi support
#
- if [ "${TARGET_OS}" =
= "linux-gnueabi" -o "${TARGET_OS}" =
= "linux-uclibcgnueabi" ]; then
+ if [ "${TARGET_OS}" =
"linux-gnueabi" -o "${TARGET_OS}"
= "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else