Ralf Habacker changed bug 1116889
What Removed Added
Status CONFIRMED RESOLVED
Resolution --- FIXED

Comment # 9 on bug 1116889 from
(In reply to Serg Iv from comment #0)
> windows project. And since the container size is huge I did some
> investigations and it turns out that execs size for
> mingw32-cross-{gcc,cpp,gcc-c++} is very big, for instance the size of the
> cc1 executable is over 200 megabytes. 

Looking at recently installed packages for the mingw32 cross compiler(s)

$ rpm -q -f  /usr/bin/i686-w64-mingw32-g*
mingw32-cross-gcc-c++-12.2.0-lp154.28.6.x86_64
mingw32-cross-gcc-12.2.0-lp154.28.6.x86_64

does not show the mentioned issue. The size is about 6 MBytes as shown below:

$ ls /usr/bin/i686-w64-mingw32-g* -l
rwxr-xr-x 2 root root 6373456 30. Jan 15:28 /usr/bin/i686-w64-mingw32-g++
-rwxr-xr-x 2 root root 6363880 30. Jan 15:28 /usr/bin/i686-w64-mingw32-gcc
-rwxr-xr-x 2 root root 6363880 30. Jan 15:28
/usr/bin/i686-w64-mingw32-gcc-12.2.0

If the issues persists feel free to reopen this bug.


You are receiving this mail because: