turn off -Werror

This commit is contained in:
Gerd Hoffmann 2016-04-18 15:53:38 +02:00
parent 46ac25c2af
commit 798d0f4afc

View File

@ -153,6 +153,7 @@ ARM_FLAGS="${CC_FLAGS}"
ARM_FLAGS="${ARM_FLAGS} -D DEBUG_PRINT_ERROR_LEVEL=0x8040004F" ARM_FLAGS="${ARM_FLAGS} -D DEBUG_PRINT_ERROR_LEVEL=0x8040004F"
make -C BaseTools #%{?_smp_mflags} make -C BaseTools #%{?_smp_mflags}
sed -i -e 's/-Werror//' Conf/tools_def.txt
%ifarch x86_64 %ifarch x86_64
# build ovmf # build ovmf