diff options
| author | Philip Balister <philip@balister.org> | 2007-10-02 20:18:56 +0000 |
|---|---|---|
| committer | Philip Balister <philip@balister.org> | 2007-10-02 20:18:56 +0000 |
| commit | 210c31014452abd6184b45896449c3458f79e7a1 (patch) | |
| tree | be00a4e92a2b996914e626e569e5012f9d413366 /packages/linux | |
| parent | 06678f4cbb4978d53603b1b9f86e9862a2b2ce28 (diff) | |
| parent | f60c93e3d8b0c7f46a9d7ad325b01b11d3d2fa33 (diff) | |
merge of '86c3bb401cff2bd54526bee645900700122e1549'
and 'cd2d09bd89f1169ae4ec847af474c0e14580178d'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 7579481005..41b0c13179 100644 --- 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 |
