Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383973 - app-emulation/xen-tools-3.4.2-r3 calles directly gcc
Summary: app-emulation/xen-tools-3.4.2-r3 calles directly gcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2011-09-21 16:10 UTC by Agostino Sarubbo
Modified: 2011-12-17 08:42 UTC (History)
1 user (show)

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


Attachments
patch to fix calling of gcc (gcc.patch,501 bytes, patch)
2011-09-25 14:21 UTC, Ian Delaney (RETIRED)
Details | Diff
patch with eclass to fix calling of gcc (gcc.patch,689 bytes, patch)
2011-09-25 14:48 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-09-21 16:10:39 UTC
gcc  -march=native -O2 -g0 -fno-strict-overflow -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .subdirs-all.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .subdir-all-xenstore.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xenstore_client.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -I../../tools/libxc -I../../tools/include -c -o xenstore_client.o xenstore_client.c
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-09-25 14:21:25 UTC
Created attachment 287711 [details, diff]
patch to fix calling of gcc
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-09-25 14:48:24 UTC
Created attachment 287715 [details, diff]
patch with eclass to fix calling of gcc
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-09-25 19:44:40 UTC
+*xen-tools-3.4.2-r4 (25 Sep 2011)
+
+  25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> +xen-tools-3.4.2-r4.ebuild,
+  +files/xen-tools-3.4.2-remove-default-cflags.patch:
+  Proxy commit for Ian "idella4" Delaney. Be more thorough for custom-cflags
+  and use a diff instead of sed magic, closes bug #383975. Use toolchain-funcs
+  to invoke correct compiler, closes bug #383973.