Bug 199375 - PATCH: sparc64 use CFLAGS
Summary: PATCH: sparc64 use CFLAGS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tcl
Version: rawhide
Hardware: sparc64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-19 03:37 UTC by Dennis Gilmore
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-20 19:38:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
use cflags (886 bytes, patch)
2006-07-19 03:37 UTC, Dennis Gilmore
no flags Details | Diff

Description Dennis Gilmore 2006-07-19 03:37:47 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:37:47 UTC
Created attachment 132654 [details]
use cflags

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

Comment 3 Dennis Gilmore 2006-07-20 18:57:35 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 19:33:50 UTC
I would say that $(CFLAGS) shouldn't work since it's not a Makefile you're
patching.  But I could be wrong.  I changed it to ${CFLAGS} in rawhide.  If that
doesn't work for you, let me know and I will change it back to what you had.


Note You need to log in before you can comment on or make changes to this bug.