Bug 199378

Summary: PATCH: sparc64 use CFLAGS
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: tkAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: sparc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-20 20:11:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
use cflags none

Description Dennis Gilmore 2006-07-19 03:39:26 UTC
Description of problem:
sparc64 needs to use CFLAGS with CC to link properly using gcc the attached 
patch fixes this issue

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Dennis Gilmore 2006-07-19 03:39:26 UTC
Created attachment 132656 [details]
use cflags

Comment 2 David Cantrell 2006-07-20 18:32:42 UTC
Why are you using $(CFLAGS) instead of ${CFLAGS} in the tcl.m4 file?

Comment 3 Tom "spot" Callaway 2006-07-20 18:34:14 UTC
Because it worked? :) If the latter is more correct (and works), then we're ok
with it.

Comment 4 David Cantrell 2006-07-20 20:11:08 UTC
See my comment(s) on bug #199375.  Did the same thing here.