diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1970,6 +1970,11 @@ if test "X$sysroot" != X; then 'undef'|*) ldflags="$ldflags --sysroot=$sysroot" esac + case "$cppflags" in + *sysroot*) ;; + 'undef'|*) + cppflags="$cppflags --sysroot=$sysroot" + esac # lddlflags updated below in lddlflags section; # same with cccdlflags ;; |