BROKEN for ELF:

cd libglib.0.1.0 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin  LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0
cd libc.0.1.2 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin  LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0
rm -f libc.sa
../exportlist libc.a > libc.exp
../stubgen "C Library" Libc libcstub.c Libc.S < libc.exp
../stubgen: not found
*** Error code 127
This commit is contained in:
Justin M. Seger 1998-10-12 20:42:33 +00:00
parent e86f412ff7
commit c6d753f284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13919

View file

@ -3,7 +3,7 @@
# Date created: November, 1997 # Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org> # Whom: Paul Traina <pst@freebsd.org>
# #
# $Id: Makefile,v 1.7 1998/02/19 06:55:19 asami Exp $ # $Id: Makefile,v 1.8 1998/05/27 00:17:45 dburr Exp $
# #
# *WARNING* write access to ${PREFIX} is required DURING build because the # *WARNING* write access to ${PREFIX} is required DURING build because the
# make "all" target actually installs the gnu tools before building the # make "all" target actually installs the gnu tools before building the
@ -18,6 +18,8 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz
BROKEN_ELF= stubgen
MAINTAINER= ports@freebsd.org MAINTAINER= ports@freebsd.org
# install things in ${LOCALBASE}/pilot to avoid conflicts # install things in ${LOCALBASE}/pilot to avoid conflicts