[Xorp-cvs] SF.net SVN: xorp:[11599] trunk/xorp/fea/SConscript

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Thu Nov 26 21:36:24 PST 2009


Revision: 11599
          http://xorp.svn.sourceforge.net/xorp/?rev=11599&view=rev
Author:   bms_fbsd
Date:     2009-11-27 05:36:24 +0000 (Fri, 27 Nov 2009)

Log Message:
-----------
Comment what the otherwise obscure '-z defs' linker flag does here.

Modified Paths:
--------------
    trunk/xorp/fea/SConscript

Modified: trunk/xorp/fea/SConscript
===================================================================
--- trunk/xorp/fea/SConscript	2009-11-27 04:42:34 UTC (rev 11598)
+++ trunk/xorp/fea/SConscript	2009-11-27 05:36:24 UTC (rev 11599)
@@ -110,6 +110,7 @@
 
 env.PrependUnique(LIBS = libfea_linkorder)
 
+# Report unresolved symbol references when building the FEA.
 if is_shared:
     env.AppendUnique(LINKFLAGS = [ '-Wl,-z,defs', ])
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list