commit | 9c2486751276f1afb7e507e0e807018b0114cce9 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Sep 04 12:56:28 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 11 15:18:52 2019 -0500 |
tree | 0da7780b9ad524558e1cf2042b12e827ec956235 | |
parent | 1041ef09250cb8253fee3bd7c4759a7e99ee8f43 [diff] |
arch/x86_64: cmake: Make libgcc detection optional Host toolchains don't tend to provide an x32 libgcc. But we don't actually need one for existing code. This is fragile, but better to work for all but obscure cases than break outright. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>