ldc-developers / ldc2.snap

Snap package definition for LDC, the LLVM-based D compiler
11 stars 4 forks source link

Revert "Add MULTILIB support to the LDC build" #33

Closed WebDrake closed 7 years ago

WebDrake commented 7 years ago

Enabling multilib for 32-bit builds currently results in build failure due to a conflict between the multilib _64 suffix and modules that normally have _64 in their name.

Although it might be possible to still enable multilib for 64-bit builds only, this is put off for a later time in order to not block other new features from being possible to roll out.

This reverts commit c2770f024b67b2ec90cce3cf551850bacd9ed575.