e2a664c Accept multiple --config options

Authored and Committed by tstellar 3 years ago
    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