7e7be1 Make configure step compatible with other toolchain

Authored and Committed by serge-sans-paille 3 years ago
1 file changed. 1 lines added. 1 lines removed.
    Make configure step compatible with other toolchain
    
        
file modified
+1 -1
qemu.spec CHANGED
@@ -1118,7 +1118,7 @@ tracebackends="dtrace"
1118
1118
1119
1119
run_configure() {
1120
1120
# Base configure call with standard shared options
1121
- ../configure \
1121
+ CC=%{__cc} CXX=%{__cxx} ../configure \
1122
1122
--prefix=%{_prefix} \
1123
1123
--libdir=%{_libdir} \
1124
1124
--sysconfdir=%{_sysconfdir} \