Merged in harp-iset and fixed instruction support.

This commit is contained in:
chad
2014-09-26 07:50:31 -04:00
9 changed files with 175 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
################################################################################
# HARPtools by Chad D. Kersey, Summer 2011 #
################################################################################
CXXFLAGS ?= -fPIC -O3 # -g -DUSE_DEBUG=3
CXXFLAGS ?= -fPIC -O3 #-g -DUSE_DEBUG=3
LDLIBS ?= -pthread
PREFIX ?= /usr/local