Skip to content
Snippets Groups Projects
Commit d29559c9 authored by Fritz Stracke's avatar Fritz Stracke Committed by Niklas Eiling
Browse files

Add mpfr dependency


The mpfr library needed to be linked

Signed-off-by: Niklas Eiling's avatarNiklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
parent ad46e5a9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ INC_DIRS := -I$(CUDA_GDB_PATH)/bfd \
LIB_DIR := ../submodules/lib
BUILD_DIR := build
DLIBS = -lncurses -lpthread -lm -lz -ldl -lexpat -llzma -Wl,--dynamic-list=utils/proc-service.list
DLIBS = -lncurses -lpthread -lm -lz -ldl -lexpat -llzma -lmpfr -Wl,--dynamic-list=utils/proc-service.list
# Order of .a files is important!
SLIBS = libgdb.a libbfd.a libiberty.a libreadline.a libdecnumber.a libcudacore.a libopcodes.a libgnu.a
SLIBS:= $(addprefix $(LIB_DIR)/, $(SLIBS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment