Browse Source

FreeBSD: allow CC & FC to have different versions

tags/v0.2.0^2
Mike Nolta 13 years ago
parent
commit
839b18aa26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exports/Makefile

+ 1
- 1
exports/Makefile View File

@@ -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



Loading…
Cancel
Save