static libs on linux only

svn path=/trunk/boinc/; revision=1377
This commit is contained in:
Karl Chen 2003-06-11 22:42:50 +00:00
parent 76bf2119cd
commit 5f9c10aca6
2 changed files with 5 additions and 1 deletions

View File

@ -89,6 +89,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@

View File

@ -89,6 +89,9 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
# by default, "-static -static-libgcc" on linux.
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@
@ -212,7 +215,7 @@ boinc_client_SOURCES = \
boinc_client_DEPENDENCIES = $(LIBRSA)
boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS)
boinc_client_LDADD = $(RSA_LIBS)
boinc_client_LDFLAGS = -static -static-libgcc
boinc_client_LDFLAGS = $(STATIC_FLAGS)
speed_stats_SOURCES = speed_stats.C
speed_stats_CFLAGS = -O6 $(AM_CFLAGS)