|
@@ -46,7 +46,7 @@ AC_CHECK_PROG(OBJCOPY, objcopy, [objcopy --remove-section=.note --remove-section
|
|
|
AC_CHECK_PROG(STRIP, strip, strip, touch)
|
|
AC_CHECK_PROG(STRIP, strip, strip, touch)
|
|
|
AC_CHECK_PROG(DIFF, gdiff, gdiff, diff)
|
|
AC_CHECK_PROG(DIFF, gdiff, gdiff, diff)
|
|
|
AC_CHECK_PROG(UNAME, uname, uname)
|
|
AC_CHECK_PROG(UNAME, uname, uname)
|
|
|
-AC_CHECK_PROG(CCACHE, ccache, ccache)
|
|
|
|
|
|
|
+AC_CHECK_PROG(CCACHE, ccache, env CCACHE_CPP2=1 ccache)
|
|
|
AC_CHECK_PROG(DISTCC, distcc, distcc)
|
|
AC_CHECK_PROG(DISTCC, distcc, distcc)
|
|
|
|
|
|
|
|
# Test the os and set the module linking settings
|
|
# Test the os and set the module linking settings
|