[Olsr-cvs] olsrd-current/make Makefile.linux,1.13,1.14
Bernd Petrovitsch
(spam-protected)
Thu Aug 2 18:26:57 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1061/make
Modified Files:
Makefile.linux
Log Message:
* added "ia64" to the list of architectures which want -fPIC
Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.linux 2 Aug 2007 15:51:54 -0000 1.13
--- Makefile.linux 2 Aug 2007 16:26:55 -0000 1.14
***************
*** 20,24 ****
GENERATE_PIC = true
endif
! ifeq ($(filter-out alpha x86_64 parisc64, $(ARCH)),)
GENERATE_PIC = true
endif
--- 20,24 ----
GENERATE_PIC = true
endif
! ifeq ($(filter-out alpha x86_64 parisc64 ia64, $(ARCH)),)
GENERATE_PIC = true
endif
More information about the Olsr-cvs
mailing list