typo in files autoconf/configure.ac and configure

evgeny illumsoft.org at gmail.com
Sat Feb 23 12:56:00 PST 2013


Hi,

I think there is a typo in files autoconf/configure.ac and configure
(in the project http://llvm.org/svn/llvm-project/llvm/trunk)

Shouldn't the second 'llvm_cv_link_all_option' be 'bellvm_cv_no_link_all_option'?
  
  *-*-auroraux*)
    llvm_cv_link_all_option="-Wl,-z,allextract"
    llvm_cv_link_all_option="-Wl,-z,defaultextract"
    llvm_cv_os_type="AuroraUX"
    llvm_cv_platform_type="Unix" ;;
 


If you need a patch to fix this I've attached it.

-- 
Best regards,
 evgeny                          mailto:illumsoft.org at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-typo.patch
Type: application/octet-stream
Size: 1258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130224/c4aab16d/attachment.obj>


More information about the llvm-commits mailing list