[Olsr-cvs] olsrd-current/make Makefile.linux,1.12,1.13
Bernd Petrovitsch
(spam-protected)
Thu Aug 2 17:51:56 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21194/make
Modified Files:
Makefile.linux
Log Message:
* added "parisc64" to the list of architectures which want -fPIC and condensed it a little bit
Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile.linux 26 Jul 2007 17:34:54 -0000 1.12
--- Makefile.linux 2 Aug 2007 15:51:54 -0000 1.13
***************
*** 20,27 ****
GENERATE_PIC = true
endif
! ifeq ($(ARCH),x86_64)
! GENERATE_PIC = true
! endif
! ifeq ($(ARCH),alpha)
GENERATE_PIC = true
endif
--- 20,24 ----
GENERATE_PIC = true
endif
! ifeq ($(filter-out alpha x86_64 parisc64, $(ARCH)),)
GENERATE_PIC = true
endif
More information about the Olsr-cvs
mailing list