Skip to content

Commit

Permalink
Merge pull request #89 from fltt/unspecified-cc
Browse files Browse the repository at this point in the history
Set a common value for $CC if a unspecified
  • Loading branch information
anttikantee committed Mar 28, 2017
2 parents 9c9b022 + 8a87840 commit b914579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildrump.sh
Expand Up @@ -362,6 +362,7 @@ probe_rumpuserbits ()
( export CFLAGS="${EXTRA_CFLAGS}"
export LDFLAGS="${EXTRA_LDFLAGS}"
export CPPFLAGS="${EXTRA_CPPFLAGS}"
export CC="${CC}"
cd ${BRTOOLDIR}/autoconf \
&& ${SRCDIR}/lib/librumpuser/configure \
$( ! ${NATIVEBUILD} && echo --host ${CC_TARGET} ) )
Expand Down

0 comments on commit b914579

Please sign in to comment.