mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-16 02:04:12 +00:00
Without the change the build against upstream gcc-10 build fails as:
ld: smScSema.o:/build/source/compiler/smScSema.c:135:
multiple definition of `charset'; options.o:/build/source/compiler/options.c:16: first defined here
Use -fcommon as a workeround until upstream updates the code.