]> git.cworth.org Git - glaze/commit
Don't compile 32- or 64-bit components when not supported
authorCarl Worth <cworth@cworth.org>
Thu, 22 Aug 2013 00:15:41 +0000 (17:15 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Aug 2013 00:15:41 +0000 (17:15 -0700)
commitf2c5ebbfe53ee598aa2b354f0e013aba3a10fffc
tree88fd30b80757d3e9a87ee65babf566ce611c5ab6
parentd0e9eca8b3dcf245e2f563a3f5f71290bee78254
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.
Makefile