]> git.cworth.org Git - glaze/commitdiff
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)
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.


No differences found