Skip to content

Commit

Permalink
Unexpected msg prevents easy integration in bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scalone-cw committed May 9, 2024
1 parent 58c9584 commit 4a511b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kerl
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ case "$KERL_SYSTEM" in
SED_OPT=-E
if [ `gcc --version | grep llvm | wc -l` = "1" ]; then
if [ -x `which gcc-4.2` ]; then
echo "Adjust compiler settings for OS X: using gcc-4.2"
KERL_CONFIGURE_OPTIONS="CC=gcc-4.2 $KERL_CONFIGURE_OPTIONS"
else
echo "Adjust compiler settings for OS X: using -O0"
KERL_CONFIGURE_OPTIONS="CFLAGS=-O0 $KERL_CONFIGURE_OPTIONS"
fi
fi
Expand Down

0 comments on commit 4a511b4

Please sign in to comment.