[Bug 3813] Makefile fixes

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Fri Oct 24 14:26:05 EDT 2008


http://bugzilla.icculus.org/show_bug.cgi?id=3813





------- Comment #2 from sparky at pld-linux.org  2008-10-24 14:26 EDT -------
Created an attachment (id=1907)
 --> (http://bugzilla.icculus.org/attachment.cgi?id=1907&action=view)
LDFLAGS vs LIBS

libraries do not belong to LDFLAGS.
Patch creates separate *LIBS variables for libraries, leaving LDFLAGS for real
flags, like -shared or --as-needed. Also CFLAGS are used when linking:
-m32/-m64 belongs to CFLAGS, not LDFLAGS; linker additionally optimizes output
file when -O* is in flags.


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list