From 804e10d413b49af544931f49d559b056a58adc37 Mon Sep 17 00:00:00 2001 From: agoncharov <agoncharov> Date: Tue, 13 Jan 2009 06:29:04 +0000 Subject: [PATCH] elf.c, essential for FreeBSD, was lost during the last Config.x86_* reorganization. Found and returned to the owner now. --- lisp/Config.x86_freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Config.x86_freebsd b/lisp/Config.x86_freebsd index 4e05559b5..ce7bcce2f 100644 --- a/lisp/Config.x86_freebsd +++ b/lisp/Config.x86_freebsd @@ -2,6 +2,6 @@ include Config.x86_common UNDEFSYMPATTERN = -Xlinker -u -Xlinker & -OS_SRC += FreeBSD-os.c undefineds.c +OS_SRC += FreeBSD-os.c undefineds.c elf.c OS_LINK_FLAGS = -dynamic -export-dynamic OS_LIBS = -lutil -- GitLab