nixpkgs/pkgs/development/compilers/alan
Sergei Trofimovich b125089f5a alan_2: add -fcommon workaround for gcc-10
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.
2022-05-12 08:22:23 +01:00
..
2.nix alan_2: add -fcommon workaround for gcc-10 2022-05-12 08:22:23 +01:00
default.nix