CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/02/18 07:24:20
Modified files: gnu/lib/libstdc++-v3: Makefile Log message: Disable the stack protector when building libstdc++ on arm. Fixes test cases from dcoppa@ where incorrect behaviour was trigged when using std::ifstream and linking libpthread. Further investigation and patch from miod. ok deraadt@