Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131467 - sys-libs/timezone-data fails to compile on pentium-m
Summary: sys-libs/timezone-data fails to compile on pentium-m
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 08:39 UTC by Brett Johnson
Modified: 2006-04-27 14:57 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 Brett Johnson 2006-04-27 08:39:20 UTC
It appears timezone-data does not like march=pentium-m:

cc -DTZDIR=\"/usr/share/zoneinfo\" -march=pentium-m -O3 -pipe
-fomit-frame-pointer -std=c99   -c -o zic.o zic.c
cc1: error: bad value (pentium-m) for -march= switch
cc1: error: bad value (pentium-m) for -mcpu= switch
make: *** [zic.o] Error 1

!!! ERROR: sys-libs/timezone-data-2006a failed.

but this works:
CFLAGS="-march=pentium4" emerge -av sys-libs/timezone-data
Comment 1 Brett Johnson 2006-04-27 14:57:49 UTC
I forgot to remove gcc-3.3.6 from my system and for some reason this (and a couple other ebuids) were defaulting to 3.3.6 instead of 3.4.3