First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 271913
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Justin Lecher (jlec) <jlec@j-schmitz.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 271913 depends on: Show dependency tree
Bug 271913 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.








View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2009-05-30 22:05 0000
I would like to have something like IKNOWWHATIAMDOING to supress the warning
and the sleep time if I emerge things with e.g. -ffast-math. Should be easy to
include a switch for that in the bashrc for the profile.

------- Comment #1 From Jeremy Olexa (darkside) 2009-06-06 22:19:37 0000 -------
A patch will be evaluated. ;)

------- Comment #2 From Justin Lecher (jlec) 2009-06-07 07:04:24 0000 -------
--- /usr/portage/profiles/arch/amd64/profile.bashrc     2008-04-01
19:39:53.000000000 +0200
+++ /mnt/tmpfs/profile.bashrc   2009-06-07 09:03:20.186773178 +0200
@@ -64,7 +64,7 @@
        [[ " ${*:2} " == *" $1 "* ]]
 }

-if [[ ${EBUILD_PHASE} == "setup" ]]; then
+if [[ ${EBUILD_PHASE} == "setup" ]] && [[ -z ${DONTFILTERMYCFLAGS} ]]; then

        filter_invalid_flags


First Last Prev Next    No search results available      Search page      Enter new bug