Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=638425

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Ralf Corsepius <[email protected]> 2010-10-06 23:21:52 
EDT ---
(In reply to comment #10)
> Would defining CC in the make work, like I did with YACC?
> 
> old: make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y'
> new: make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y' CC='gcc'
Yes, this would be better, except that you would want to use

make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y' CC="%{__cc}"

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to