Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20319 - sys-apps/pam-login doesn't compile with -malign-functions
Summary: sys-apps/pam-login doesn't compile with -malign-functions
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux FAQ (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 06:27 UTC by crazor
Modified: 2003-05-06 05:31 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 crazor 2003-05-02 06:27:54 UTC
when trying to compile with the example flags from the faq (-O3 -mcpu=i686 -
march=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-
loop -frerun-loop-opt -malign-functions=4), pam-login refuses to compile.

Reproducible: Always
Steps to Reproduce:
1.add -malign-functions=4 to /etc/make.conf
2.emerge pam-login
3.see =)

Actual Results:  
make stops complaining about -malign-functions being deprecated. pam-login 
seems to refuse compiling on every warning.


-malign-functions is deprecated and should be changed to -falign-functions in 
the faq.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-05-06 05:06:25 UTC
The FAQ also sais that having optimizations higher than -O3 gives you the risk of having broken packages. You're right though about the -malign-functions.
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-05-06 05:31:08 UTC
Changed in cvs.