• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if test "$cache_file" = /dev/null; then
2  hash=`echo $LIBS $CPPFLAGS CXXFLAGS $CFLAGS $LDFLAGS $build_alias $host_alias $target_alias \
3    | md5sum | cut -d' ' -f1`
4  cache_file=$SRC/config.cache.$CC.$hash
5fi
6