Mark BROKEN for ELF:
as -o asm.o asm.s . ../paths.sh; cc -g -o cstest cstest.o asm.o $LIBM $LIBC cstest.o: In function `dotest': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x1ac): undefined reference to `sr_chg_context' cstest.o: In function `spawn': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x287): undefined reference to `sr_build_context' cstest.o: In function `foo': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x2b3): undefined reference to `sr_check_stk'
This commit is contained in:
parent
e725640a73
commit
9335300694
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13996
@ -3,7 +3,7 @@
|
||||
# Date created: 2 Jun 1997
|
||||
# Whom: Ruslan Shevchenko <rssh@satori.ipri.kiev.ua>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/06/29 09:27:18 obrien Exp $
|
||||
# $Id: Makefile,v 1.3 1997/06/29 09:29:03 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sr
|
||||
@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= rssh@cki.ipri.kiev.ua
|
||||
|
||||
BROKEN_ELF= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= prefix
|
||||
NO_WRKSUBDIR= yes
|
||||
|
Loading…
Reference in New Issue
Block a user