[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3883 - branches/experimental/mesa/configs



Author: beatle
Date: 2006-10-23 10:40:10 -0400 (Mon, 23 Oct 2006)
New Revision: 3883

Modified:
   branches/experimental/mesa/configs/debian-default
Log:
Don't force -fPIC everywhere, because it seems only unused on x86 which we
build with assembler optimizations by default, resulting in non-PIC libraries
anyway.


Modified: branches/experimental/mesa/configs/debian-default
===================================================================
--- branches/experimental/mesa/configs/debian-default	2006-10-23 08:54:27 UTC (rev 3882)
+++ branches/experimental/mesa/configs/debian-default	2006-10-23 14:40:10 UTC (rev 3883)
@@ -2,8 +2,6 @@
 
 CONFIG_NAME = debian-default
 
-PIC_FLAGS = -fPIC
-
 SRC_DIRS = mesa
 PROGRAM_DIRS =
 



Reply to: