Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36002 - Patch to enable nano to be compiled using icc
Summary: Patch to enable nano to be compiled using icc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 08:40 UTC by Svein Erik Brostigen
Modified: 2003-12-25 22:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to enable nano to be compiled using icc (nano.diff,464 bytes, patch)
2003-12-17 08:41 UTC, Svein Erik Brostigen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svein Erik Brostigen 2003-12-17 08:40:40 UTC
Attached is a patch to enable compiling nano using icc.

Reproducible: Always
Steps to Reproduce:
1. 
2.
3.
Comment 1 Svein Erik Brostigen 2003-12-17 08:41:35 UTC
Created attachment 22357 [details, diff]
Patch to enable nano to be compiled using icc
Comment 2 SpanKY gentoo-dev 2003-12-25 11:25:25 UTC
fixed in cvs, thanks
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-25 21:31:28 UTC
I don't feel that USE flags are an appropriate way to choose a compiler. It should be based purely on what $CC is in the environment, to eventually be set by gcc-config.

Did the ebuild previously respect `CC=icc emerge nano`?
Comment 4 SpanKY gentoo-dev 2003-12-25 22:03:52 UTC
tbh, i dont really care anymore whether controling icc/uclibc usage via USE is 'correct' ...

people have talked about the ideal solution of controlling the system compiler ala gcc-config or whatever, but nothing has happened

this is a fine temporary solution and until someone starts producing real usuable code, it'll stay this way
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-25 22:08:22 UTC
That was more for the reporter's benefit, as he's in training to be the new ICC person.