diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro index 3136e54945..223fb040f6 100644 --- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro +++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro | |||
@@ -171,3 +171,10 @@ UCLIBC_HAS_PTY=y | |||
171 | UCLIBC_BSD_SPECIFIC=y | 171 | UCLIBC_BSD_SPECIFIC=y |
172 | UCLIBC_HAS_EPOLL=y | 172 | UCLIBC_HAS_EPOLL=y |
173 | UCLIBC_HAS_FLOATS=y | 173 | UCLIBC_HAS_FLOATS=y |
174 | |||
175 | # The below option is needed for ARM since depending | ||
176 | # upong what intruction set is chosen this will be | ||
177 | # enabled. As such it is harmless and will be punted | ||
178 | # by menuconfig for other arches. | ||
179 | |||
180 | # COMPILE_IN_THUMB_MODE is not set | ||