Mark BROKEN for ELF:
ranlib Xlibsc.a gcc -O2 -c sci.c -I. -o sci.o gcc -o Xsci -O2 scdebug.o sceval.o scexpand.o scexpnd1.o scexpnd2.o scqquote.o screp.o scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o scrtuser.o scinit.o apply.o callcc.o cio.o heap.o objects.o mtraps.o x86.o sci.o -lm heap.o: In function `trace_stack_and_registers': heap.o(.text+0x8f): undefined reference to `sc_geti386regs' *** Error code 1 Stop. *** Error code 1
This commit is contained in:
parent
fcf5e39048
commit
ce69717876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13993
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 28 Dec 1994
|
||||
# Whom: jmacd@uclink.berkeley.edu
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1996/11/12 02:19:06 obrien Exp $
|
||||
# $Id: Makefile,v 1.10 1997/07/17 15:12:49 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= schemetoc-93.3.15
|
||||
|
@ -14,6 +14,8 @@ DISTFILES= 15mar93.tar.Z
|
|||
|
||||
MAINTAINER= jmacd@FreeBSD.ORG
|
||||
|
||||
BROKEN_ELF= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue