Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16}
|
|
|
|
# libc
|
|
libc_cv_ppc_machine=${libc_cv_ppc_machine=yes}
|
|
libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
|
|
libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes}
|
|
libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}
|
|
|