mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
use libtokuportability. closes #1269
git-svn-id: file:///svn/toku/tokudb.1032b@8076 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ff04e643fc
commit
624b9272c4
4 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ SYMBOLS = -g3 -ggdb3
|
|||
PORTABILITY=
|
||||
SKIP_WARNING=
|
||||
COMBINE_C = -combine -c
|
||||
LIBPORTABILITY = $(TOKUROOT)lib/libportability.$(AEXT)
|
||||
LIBPORTABILITY = $(TOKUROOT)lib/libtokuportability.$(AEXT)
|
||||
|
||||
PORTABILITY_HEADERS= $(TOKUROOT)linux
|
||||
ALWAYS_LINK= $(LIBPORTABILITY) -lz -lpthread
|
||||
|
|
|
@ -9,7 +9,7 @@ OPT_AROPT=-qnoipo #Disable ipo for lib creation even when optimization is on.
|
|||
|
||||
SRCS = $(wildcard *.c)
|
||||
OBJS = $(patsubst %.c,%.$(OEXT),$(SRCS))
|
||||
TARGET = tokulinux.$(AEXT)
|
||||
TARGET = libtokuportability.$(AEXT)
|
||||
|
||||
install: $(TARGET)
|
||||
$(MAYBEATSIGN)cp $(TARGET) $(LIBPORTABILITY)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CPPFLAGS = -I../../include -I..
|
||||
CFLAGS = -Wall -Werror -g -O0
|
||||
LDFLAGS = ../tokulinux.a
|
||||
LDFLAGS = ../libtokuportability.a
|
||||
SRCS = $(wildcard test-*.c)
|
||||
TARGETS = $(patsubst %.c,%,$(SRCS))
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ OPT_AROPT=-qnoipo #Disable ipo for lib creation even when optimization is on.
|
|||
|
||||
SRCS = $(wildcard *.c)
|
||||
OBJS = $(patsubst %.c,%.$(OEXT),$(SRCS))
|
||||
TARGET = tokuwindows.$(AEXT)
|
||||
TARGET = libtokuportability.$(AEXT)
|
||||
|
||||
install: $(LIBPORTABILITY)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue