mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
e86f412ff7
commit
c6d753f284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13919
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: November, 1997
|
||||
# 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
|
||||
# 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} \
|
||||
binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz
|
||||
|
||||
BROKEN_ELF= stubgen
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
# install things in ${LOCALBASE}/pilot to avoid conflicts
|
||||
|
|
Loading…
Add table
Reference in a new issue