Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503210 - sys-boot/gnu-efi-3.0s - ia64-unknown-linux-gnu-gcc: error: unrecognized command line option ‘-maccumulate-outgoing-args’
Summary: sys-boot/gnu-efi-3.0s - ia64-unknown-linux-gnu-gcc: error: unrecognized comma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: IA-64 team
URL:
Whiteboard:
Keywords:
: 512580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-02 14:47 UTC by Dennis Schridde
Modified: 2014-06-28 15:46 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,4.37 KB, text/plain)
2014-03-02 14:47 UTC, Dennis Schridde
Details
build.log (build.log,2.66 KB, text/plain)
2014-03-02 14:48 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2014-03-02 14:47:19 UTC
ia64-unknown-linux-gnu-gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia64 -I./../lib/../inc/protocol   -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants -fno-stack-protector -mfixed-range=f32-f127 -DCONFIG_ia64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args -c boxdraw.c -o boxdraw.o
ia64-unknown-linux-gnu-gcc: error: unrecognized command line option ‘-maccumulate-outgoing-args’

Reproducible: Always
Comment 1 Dennis Schridde 2014-03-02 14:47:51 UTC
Created attachment 371556 [details]
emerge --info
Comment 2 Dennis Schridde 2014-03-02 14:48:38 UTC
Created attachment 371558 [details]
build.log
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-03-02 15:45:17 UTC
See eg. http://www.nntp.perl.org/group/perl.perl6.internals/2003/10/msg18821.html

Seems like -maccumulate-outgoing-args should be stripped out of the build system for everything but x86 and amd64
Comment 4 SpanKY gentoo-dev 2014-03-15 19:56:27 UTC
should be all set now in the tree; thanks for the report!

Commit message: Avoid -maccumulate-outgoing-args on ia64 systems
http://sources.gentoo.org/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild?r1=1.1&r2=1.2
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-06 13:13:09 UTC
*** Bug 512580 has been marked as a duplicate of this bug. ***
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-06 13:14:12 UTC
Maybe it's time to stabilise 3.0u, then.
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2014-06-28 15:46:41 UTC
3.0s fixed as well