[/] [branches/] - Rev 3913
Directory listing |
View Log |
Compare with Previous |
Last modification
- Rev 3913, 2012-04-19 18:55:40 GMT
- Author: dreachem
- Log message:
- support OpenUH build in Linux Mint distro
From Open64 commit log:
Open64 currently does not build from source on Linux Mint 12 due to this
distro using yet another layout for 64-bit libraries and objects.
The following change corrects the issue by adding another case to the
existing check.
Note: If trying to execute a prebuilt OpenUH in Linux Mint, it may require
manully copying crt1.o, crti.o, and crtn.o from /usr/lib/x86_64-linux-gnu to
/usr/lib (and possibly /usr/lib64).
Contributor: David Coakley (AMD)