Skip to content

Commit

Permalink
Remove direct (one and only) gcc reference in build-rr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlB committed Apr 8, 2018
1 parent a81e52f commit c5dc078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rr.sh
Expand Up @@ -357,7 +357,7 @@ buildrump ()


# Disable new errors on GCC 7 which break netbsd-src compilation # Disable new errors on GCC 7 which break netbsd-src compilation
# #
[ `gcc -dumpversion | cut -f1 -d.` -ge 7 ] \ [ `${CC} -dumpversion | cut -f1 -d.` -ge 7 ] \
&& extracflags="$extracflags -F CPPFLAGS=-Wimplicit-fallthrough=0" && extracflags="$extracflags -F CPPFLAGS=-Wimplicit-fallthrough=0"




Expand Down

0 comments on commit c5dc078

Please sign in to comment.