Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/gcc: use BR2_USE_WCHAR to set gcc libquadmath option
BR2_TOOLCHAIN_BUILDROOT_WCHAR is only defined when uclibc is selected, whereas BR2_USE_WCHAR is always defined. So, use BR2_USE_WCHAR to drive the gcc libquadmath option. Signed-off-by: Samuel Martin <s.martin49@gmail.com>
- Loading branch information