Loading Configure +2 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,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 @@ -611,6 +611,7 @@ my %useradd = ( CXXFLAGS => [], LDFLAGS => [], LDLIBS => [], RCFLAGS => [], ); my %user_synonyms = ( Loading Loading
Configure +2 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,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 @@ -611,6 +611,7 @@ my %useradd = ( CXXFLAGS => [], LDFLAGS => [], LDLIBS => [], RCFLAGS => [], ); my %user_synonyms = ( Loading