From 839b18aa260a4443f9b13615cb583c2f08af79b1 Mon Sep 17 00:00:00 2001 From: Mike Nolta Date: Mon, 21 May 2012 16:56:28 -0400 Subject: [PATCH] FreeBSD: allow CC & FC to have different versions --- exports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/Makefile b/exports/Makefile index b50b521f1..40a3a7c63 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -121,7 +121,7 @@ so : ../$(LIBSONAME) ../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c $(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \ -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \ - -Wl,--retain-symbols-file=linux.def $(EXTRALIB) + -Wl,--retain-symbols-file=linux.def $(FEXTRALIB) $(EXTRALIB) $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK. rm -f linktest