aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--test/mppa/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 9f85883e..1b5b933d 100755
--- a/configure
+++ b/configure
@@ -420,7 +420,9 @@ if test "$arch" = "mppa_k1c"; then
casm_options="$model_options -c"
cc="${toolprefix}gcc $model_options"
clinker="${toolprefix}gcc"
- clinker_options="$model_options"
+ bindir="$HOME/.usr/bin"
+ libdir="$HOME/.usr/lib"
+ clinker_options="$model_options -L$libdir -Wl,-rpath=$libdir"
cprepro="${toolprefix}gcc"
cprepro_options="$model_options -std=c99 -U__GNUC__ -E"
libmath="-lm"
diff --git a/test/mppa/Makefile b/test/mppa/Makefile
index fddaad37..5b312475 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -35,8 +35,7 @@ $(DIR)/output/%.bin.exp: $(DIR)/%.c
FORCE:
.PHONY: check
-check: $(TOK)
-#check: $(TOK) sort mmult
+check: $(TOK) sort mmult
.PHONY: coverage
coverage: $(ASM)