Author: sebor
Date: Wed Mar 7 17:32:45 2007
New Revision: 515881
URL: http://svn.apache.org/viewvc?view=rev&rev=515881
Log:
2007-03-07 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-346
* gcc.config (PICFLAGS): Corrected a typo inadvertently introduced
in r514256: http://svn.apache.org/viewcvs?view=rev&rev=514256.
Modified:
incubator/stdcxx/trunk/etc/config/gcc.config
Modified: incubator/stdcxx/trunk/etc/config/gcc.config
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/gcc.config?view=diff&rev=515881&r1=515880&r2=515881
==============================================================================
--- incubator/stdcxx/trunk/etc/config/gcc.config (original)
+++ incubator/stdcxx/trunk/etc/config/gcc.config Wed Mar 7 17:32:45 2007
@@ -51,7 +51,7 @@
# avoid adding -FPIC on IBM AIX and Cygwin where
# gcc generated code is always position independent
-ifeq (,$findstring |$(OSNAME)|,|AIX|CYGWIN|)
+ifeq (,$(findstring |$(OSNAME)|,|AIX|CYGWIN|))
PICFLAGS = -fPIC
endif