Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 565682 Details for
Bug 678256
=sys-devel/autoconf-2.69 should support clang, clang++ in AC_PROG_{CC,CXX,..} (clang-only environment)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add support to autoconf-2.69 for clang and clang++
support-clang-and-clang++.patch (text/plain), 692 bytes, created by
Fabio Scaccabarozzi
on 2019-02-17 22:00:56 UTC
(
hide
)
Description:
Add support to autoconf-2.69 for clang and clang++
Filename:
MIME Type:
Creator:
Fabio Scaccabarozzi
Created:
2019-02-17 22:00:56 UTC
Size:
692 bytes
patch
obsolete
>diff -Nuar autoconf-2.69.orig/lib/autoconf/c.m4 autoconf-2.69/lib/autoconf/c.m4 >--- autoconf-2.69.orig/lib/autoconf/c.m4 2012-01-21 14:46:39.000000000 +0100 >+++ autoconf-2.69/lib/autoconf/c.m4 2019-02-17 22:35:24.203569475 +0100 >@@ -465,7 +465,7 @@ > fi > fi > if test -z "$CC"; then >- AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc) >+ AC_CHECK_PROG(CC, cc, cc, clang, , , /usr/ucb/cc) > fi > if test -z "$CC"; then > AC_CHECK_TOOLS(CC, cl.exe) >@@ -705,7 +705,7 @@ > else > AC_CHECK_TOOLS(CXX, > [m4_default([$1], >- [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC])], >+ [g++ c++ clang++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC])], > g++) > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 678256
: 565682 |
565690
|
565692
|
565694