Skip to content

Commit

Permalink
add defaults for new tool variables
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 18, 2024
1 parent 9f38f73 commit 5f3e137
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/test/make/lift-directories.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,20 @@ else
ENSURE_DOCKER := echo "this command should be run within docker" >&2 && false &&
endif

TARGET = aarch64-linux-gnu
GCC ?= aarch64-linux-gnu-gcc
CLANG ?= clang-15 -target $(TARGET)
CC ?= $(GCC)
#CFLAGS=-fno-pic -fno-plt
TARGET=aarch64-linux-gnu

BAP?=bap
BAP ?= bap
READELF ?= aarch64-linux-gnu-readelf

DDISASM ?= ddisasm
PROTO_JSON ?= proto-json.py
DEBUG_GTS ?= debug-gts.py
GTIRB_SEMANTICS ?= gtirb-semantics

BASIL=$(GIT_ROOT)/target/scala-3.3.1/wptool-boogie-assembly-0.0.1.jar

# paths below are relative to lift.mk's compilation_variant directory.
Expand Down

0 comments on commit 5f3e137

Please sign in to comment.