Loading Configure +2 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ my %user = ( PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"), RANLIB => env('RANLIB'), RC => env('RC') || env('WINDRES'), RCFLAGS => [], RCFLAGS => [ env('RCFLAGS') || () ], RM => undef, ); # Info about what "make variables" may be prefixed with the cross compiler Loading @@ -579,6 +579,7 @@ my %useradd = ( CXXFLAGS => [], LDFLAGS => [], LDLIBS => [], RCFLAGS => [], ); my %user_synonyms = ( Loading Loading
Configure +2 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ my %user = ( PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"), RANLIB => env('RANLIB'), RC => env('RC') || env('WINDRES'), RCFLAGS => [], RCFLAGS => [ env('RCFLAGS') || () ], RM => undef, ); # Info about what "make variables" may be prefixed with the cross compiler Loading @@ -579,6 +579,7 @@ my %useradd = ( CXXFLAGS => [], LDFLAGS => [], LDLIBS => [], RCFLAGS => [], ); my %user_synonyms = ( Loading