CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/08/02 16:57:59
Modified files:
devel/arm-none-eabi/gcc-linaro: Makefile
Added files:
devel/arm-none-eabi/gcc-linaro/patches:
patch-libcc1_connection_cc
Log message:
Fixes for clang:
Add -fbracket-depth=512 because the preprocessed source exceeds the suggested
implementation limit of 256 for nesting levels of parenthesized expressions
within a full-expression as given in Annex B of the C++ standard.
Add a missing <sys/select.h> that previously must have been pulled in by
another header.