mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
icc on linux uses static intel libs. addresses #1487
git-svn-id: file:///svn/toku/tokudb@10133 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
dd6c20f48f
commit
700e9e67d1
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ LIBPORTABILITY_BUNDLE = $(TOKUROOT)lib/libtokuportability.bundle
|
|||
|
||||
PORTABILITY_HEADERS= $(TOKUROOT)linux
|
||||
ALWAYS_LINK= $(LIBPORTABILITY) -lz -lpthread
|
||||
ifeq ($(CC),icc)
|
||||
ifeq ($(CYGWIN),)
|
||||
ALWAYS_LINK += -static-intel
|
||||
endif
|
||||
endif
|
||||
C99 = -std=c99
|
||||
W64 = #-Wshorten-64-to-32
|
||||
BINOUTPUT = -o
|
||||
|
|
Loading…
Add table
Reference in a new issue