diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:40:58 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:52:16 +0000 |
commit | d273811c5bb132d27f5616a80db9e9888ce0e4cd (patch) | |
tree | d25f528939b5f28fdabf90c39bb46e91e9d91a69 /meta/site/mips-linux | |
parent | 9f73ec32889eb8aed4218a4c6290b867bed71046 (diff) | |
download | poky-d273811c5bb132d27f5616a80db9e9888ce0e4cd.tar.gz |
site/mips-linux: add popt variables
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/site/mips-linux')
-rw-r--r-- | meta/site/mips-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 8efa8fd131..8cedb09fff 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -113,3 +113,7 @@ ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | |||
113 | cv_mono_sizeof_sunpath=108 | 113 | cv_mono_sizeof_sunpath=108 |
114 | mono_cv_sizeof_sunpath=108 | 114 | mono_cv_sizeof_sunpath=108 |
115 | mono_cv_uscore=${mono_cv_uscore=no} | 115 | mono_cv_uscore=${mono_cv_uscore=no} |
116 | |||
117 | # popt | ||
118 | ac_cv_va_copy=${ac_cv_va_copy=yes} | ||
119 | ac_cv___va_copy=${ac_cv___va_copy=yes} | ||