|
From: <sv...@va...> - 2009-06-09 23:00:54
|
Author: sewardj Date: 2009-06-10 00:00:49 +0100 (Wed, 10 Jun 2009) New Revision: 1900 Log: Use more POSIX-standard flags for 'ar'. See #195287. Modified: trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-06-02 12:39:33 UTC (rev 1899) +++ trunk/Makefile 2009-06-09 23:00:49 UTC (rev 1900) @@ -105,7 +105,7 @@ libvex.a: $(LIB_OBJS) rm -f libvex.a - $(AR) clq libvex.a $(LIB_OBJS) + $(AR) crus libvex.a $(LIB_OBJS) # The idea with these TAG-s is to mark the flavour of libvex.a |