bf1f408 Accept multiple --config options

Authored and Committed by tstellar 3 years ago
1 file changed. 6 lines added. 1 lines removed.
    Accept multiple --config options
    
    redhat-rpm-config now adds --config to CFLAGS when the macro
    %toolchain is set to clang.  Some packages end up adding CFLAGS
    twice to their compiler commands, so we need to patch clang to
    allow multiple --config options so that these packages won't
    fail to compile.
    
        
file modified
+6 -1