From: Carl Worth Date: Thu, 22 Aug 2013 00:15:41 +0000 (-0700) Subject: Don't compile 32- or 64-bit components when not supported X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f2c5ebbfe53ee598aa2b354f0e013aba3a10fffc;hp=f2c5ebbfe53ee598aa2b354f0e013aba3a10fffc;p=glaze Don't compile 32- or 64-bit components when not supported The configure script is already kind enough to detect whether we can compile 32-bit- or 64-bit-specific components. Now, fix the Makefile to actually pay attention and not try to compile something which we know will not work. ---