64-bit gather/scatter, aligned load/store, i8 support

This commit is contained in:
Ingo Wald
2012-09-17 03:39:02 +02:00
parent 230a7b7374
commit d492af7bc0
3 changed files with 251 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ LDFLAGS=
ifeq ($(ARCH_OS),Linux)
# try to link everything statically under Linux (including libstdc++) so
# that the binaries we generate will be portable across distributions...
LDFLAGS=-static
# LDFLAGS=-static
endif
LEX=flex