Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409521 - sys-process/schedtool-1.3.0-r1 ebuild improvements
Summary: sys-process/schedtool-1.3.0-r1 ebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 11:05 UTC by Agostino Sarubbo
Modified: 2012-10-11 18:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-03-24 11:05:47 UTC
Please:

1) respect CC ( gcc -march=native -O2 -g0   -c -o schedtool.o schedtool.c  )
2) add die after sed
3) convert make to emake
Comment 1 Ambroz Bizjak 2012-10-11 18:00:05 UTC
This sed command will make it respect CC by deleting the CC= line in the makefile:

sed -i '/^CC=/d' Makefile
Comment 2 Agostino Sarubbo gentoo-dev 2012-10-11 18:17:06 UTC
fixed