From 60a673fbf93dce6d6cbbd73fc48b99c8eb6437a7 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 31 Mar 2022 08:50:47 -0400 Subject: [PATCH] mingw: Remove deprecated section in example cross file Part-of: --- data/cross-files/mingw_w64_x86-64.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/cross-files/mingw_w64_x86-64.txt b/data/cross-files/mingw_w64_x86-64.txt index 1897b686a0..97715a2d3b 100644 --- a/data/cross-files/mingw_w64_x86-64.txt +++ b/data/cross-files/mingw_w64_x86-64.txt @@ -4,10 +4,6 @@ cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' -[properties] -c_args = [] -c_link_args = [] - [binaries] c = 'x86_64-w64-mingw32-gcc' cpp = 'x86_64-w64-mingw32-g++'