diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-02-22 16:46:54 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-02-22 16:46:54 +0000 |
| commit | ba13effd8716620e9cf836f2b92389c236b78742 (patch) | |
| tree | c21ba95841c79b3d17e6e20e1da53d36f76dab51 /packages/linux | |
| parent | f276af8cdf060a01b0c6502437fed0f52de663e1 (diff) | |
| parent | efa25d85f7325d23744d934f0a39e704795824cc (diff) | |
merge of '75bd0ba9307d9ac6d29617d8194b73d953f31739'
and 'bd6c4042069a1378179f439efde37ca93d020a7b'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/linux-nokia770_2.6.16-osso26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-nokia770_2.6.16-osso26.bb b/packages/linux/linux-nokia770_2.6.16-osso26.bb index ea0f2d5b41..6370643f98 100644 --- a/packages/linux/linux-nokia770_2.6.16-osso26.bb +++ b/packages/linux/linux-nokia770_2.6.16-osso26.bb @@ -22,7 +22,7 @@ do_configure_prepend() { rm -f ${S}/.config || true - 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 |
