1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00

Merge xiphis.org:/home/antony/work2/p4-bug12096.2

into  xiphis.org:/home/antony/work2/p4-bug12096.3
This commit is contained in:
acurtis@ltamd64.xiphis.org
2006-06-22 11:00:01 -07:00
3 changed files with 26 additions and 6 deletions

View File

@@ -67,12 +67,6 @@ conf_to_src_LDFLAGS= @NOINST_LDFLAGS@
#strtoull.o: @CHARSET_OBJS@
if ASSEMBLER
# On Linux gcc can compile the assembly files
%.o : %.s
$(AS) $(ASFLAGS) -o $@ $<
endif
FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @NOINST_LDFLAGS@
str_test: str_test.c $(pkglib_LIBRARIES)