Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62855 - Control-Center makefiles miss space before CFLAGS
Summary: Control-Center makefiles miss space before CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-04 14:59 UTC by Nicholas Jones (RETIRED)
Modified: 2004-10-17 16:01 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 Nicholas Jones (RETIRED) gentoo-dev 2004-09-04 14:59:24 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../../..     -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include-march=pentium4 -O2 -ftracer -funroll-loops -fprefetch-loop-arrays --param max-unrolled-insns=2000 -Wall -Wunused  -c unparse.c
cc1: warning: -fprefetch-loop-arrays not supported for this target (try -march switches)


Notice it complain about prefetch and march? Look at the last include option.
CFLAGS are being added on top of the INCLUDE_FLAGS (or whatever it's called).
Comment 1 foser (RETIRED) gentoo-dev 2004-09-05 01:44:59 UTC
does a simple cflags redefinition with a space in front work ?
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-10-17 16:01:21 UTC
seems to be a little bug in the configure script, although i don't run into it for some reason, maybe a space gets appended somewhere in the flow of the configure script before it gets to there (at least for me.)

but added patch that should fix the problem.