devel/psptoolchain-binutils: Remove -Werror like devel/binutils
The binutils packages sets the -Werror by default, but it an unused variable make the build fail with newer GCCs. Set --disable-werror flag just like is done for devel/binutils to fix the build with current GCC compilers.
This commit is contained in:
parent
6dadcea6be
commit
58bacb3cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378957
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
|
|||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--target="psp" \
|
||||
--enable-install-libbfd \
|
||||
--disable-werror \
|
||||
--disable-nls \
|
||||
--mandir=${PREFIX}/man
|
||||
PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}"
|
||||
|
|
Loading…
Reference in a new issue