Sign in
android
/
platform
/
external
/
oss-fuzz
/
8f2597f525956f57c8bf8b8666deb9d35e913cc6
/
.
/
projects
/
libpsl
/
config.site
blob: 15fd89cec9f4df1dd02295ecf1c8a23ddebddc4a [
file
] [
log
] [
blame
]
if
test
"$cache_file"
=
/dev/
null
;
then
hash
=
`echo $LIBS $CPPFLAGS CXXFLAGS $CFLAGS $LDFLAGS $build_alias $host_alias $target_alias \
| md5sum | cut -d' ' -f1`
cache_file
=
$SRC
/
config
.
cache
.
$CC
.
$hash
fi