#17319: gcc: doesn't notice change of CONFIG_SSP_SUPPORT
-----------------------+------------------------
Reporter: larsg | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: toolchain | Version: Trunk
Keywords: |
-----------------------+------------------------
`toolchain/gcc/common.mk` sets `--disable-libssp` or `--enable-libssp`,
depending on the value of `CONFIG_SSP_SUPPORT`. The resulting `libssp.so`
is then copied to the build_dir by `package/libs/toolchain`, if
`CONFIG_PACKAGE_libssp` is set.
After enabling `CONFIG_SSP_SUPPORT` and `CONFIG_PACKAGE_libssp`, an
existing toolchain doesn't notice the change, and thus doesn't produce
`libssp.so`, so that `package/libs/toolchain` fails to copy it.
The workaround for me is erasing the existing toolchain, which takes about
an hour on my sorry old T410.
--
Ticket URL: <https://dev.openwrt.org/ticket/17319>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets