]> git.cworth.org Git - glaze/commit
Add hard-coded library directory paths for systems without --print-multiarch
authorCarl Worth <cworth@cworth.org>
Thu, 29 Aug 2013 22:35:18 +0000 (15:35 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 29 Aug 2013 22:40:09 +0000 (15:40 -0700)
commite67ec0f4f055ad6b41fb17024cb4496b66054ada
treea8006e90b78b1fc925c9556ddea3f9e3ef3b37fb
parentf427658599546afd1fa19c31f25001ada8c0667d
Add hard-coded library directory paths for systems without --print-multiarch

Apparently, the very convenient "gcc --print-multiarch" option is something
that Debian and Ubuntu have patched into gcc.

For other systems, we hard-code either "i386-linux-gnu" or
"x86_64-linux-gnu" and warn the user to fix things up if those are
wrong.
configure