Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90331 - obsolete CFLAGS in splashutils-1.1.9.4 ebuild
Summary: obsolete CFLAGS in splashutils-1.1.9.4 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-24 22:40 UTC by Brant Gurganus
Modified: 2005-04-29 16:16 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 Brant Gurganus 2005-04-24 22:40:45 UTC
GCC 4.0 gives the following warnings several times.  The GCC manual for GCC 3.3.4 lists the -f versions so it should be save to make the change.

__shared_init.c:0: warning: -malign-loops is obsolete, use -falign-loops
__shared_init.c:0: warning: -malign-jumps is obsolete, use -falign-jumps
__shared_init.c:0: warning: -malign-functions is obsolete, use -falign-functions

Reproducible: Always
Steps to Reproduce:
1. Emerge splashutils-1.1.9.4 with GCC 4.0.
Actual Results:  
Several warnings as already described.

Expected Results:  
No warnings.
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-04-29 16:16:44 UTC
I updated klibc to 1.0.8 in splashutils-1.1.9.5. The obsolete flags should be gone now. I've tested the new splashutils with gcc-4.0 and it seems to be working fine. It spits out tons of warnings during compilation, but I guess this is to be expected when using gcc-4.0. The code will be gradually fixed until it compiles cleanly with gcc-4.0.