mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
GCC 3.2.1 no longer supports the "chill" language.
This commit is contained in:
parent
6b368e6ffa
commit
796eae02e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75466
@ -31,7 +31,6 @@
|
||||
SUBDIR += arm-elf-gcc295
|
||||
SUBDIR += arm-elf-gcc31
|
||||
SUBDIR += arm-rtems-binutils
|
||||
SUBDIR += arm-rtems-chill
|
||||
SUBDIR += arm-rtems-g77
|
||||
SUBDIR += arm-rtems-gcc
|
||||
SUBDIR += arm-rtems-gcj
|
||||
@ -244,7 +243,6 @@
|
||||
SUBDIR += hs-popenhs
|
||||
SUBDIR += hypersrc
|
||||
SUBDIR += i386-rtems-binutils
|
||||
SUBDIR += i386-rtems-chill
|
||||
SUBDIR += i386-rtems-g77
|
||||
SUBDIR += i386-rtems-gcc
|
||||
SUBDIR += i386-rtems-gcj
|
||||
@ -353,7 +351,6 @@
|
||||
SUBDIR += m6811-binutils
|
||||
SUBDIR += m6811-gcc
|
||||
SUBDIR += m68k-rtems-binutils
|
||||
SUBDIR += m68k-rtems-chill
|
||||
SUBDIR += m68k-rtems-g77
|
||||
SUBDIR += m68k-rtems-gcc
|
||||
SUBDIR += m68k-rtems-gcj
|
||||
@ -371,7 +368,6 @@
|
||||
SUBDIR += mingw-gcc
|
||||
SUBDIR += mingw-opengl-headers
|
||||
SUBDIR += mips-rtems-binutils
|
||||
SUBDIR += mips-rtems-chill
|
||||
SUBDIR += mips-rtems-g77
|
||||
SUBDIR += mips-rtems-gcc
|
||||
SUBDIR += mips-rtems-gcj
|
||||
@ -686,7 +682,6 @@
|
||||
SUBDIR += portcheckout
|
||||
SUBDIR += portlint
|
||||
SUBDIR += powerpc-rtems-binutils
|
||||
SUBDIR += powerpc-rtems-chill
|
||||
SUBDIR += powerpc-rtems-g77
|
||||
SUBDIR += powerpc-rtems-gcc
|
||||
SUBDIR += powerpc-rtems-gcj
|
||||
@ -820,7 +815,6 @@
|
||||
SUBDIR += semantic-emacs20
|
||||
SUBDIR += sfio
|
||||
SUBDIR += sh-rtems-binutils
|
||||
SUBDIR += sh-rtems-chill
|
||||
SUBDIR += sh-rtems-g77
|
||||
SUBDIR += sh-rtems-gcc
|
||||
SUBDIR += sh-rtems-gcj
|
||||
@ -837,7 +831,6 @@
|
||||
SUBDIR += sip
|
||||
SUBDIR += soup
|
||||
SUBDIR += sparc-rtems-binutils
|
||||
SUBDIR += sparc-rtems-chill
|
||||
SUBDIR += sparc-rtems-g77
|
||||
SUBDIR += sparc-rtems-gcc
|
||||
SUBDIR += sparc-rtems-gcj
|
||||
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: arm-rtems-chill
|
||||
# Date created: 12 April 2001
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= arm-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
@ -1,67 +0,0 @@
|
||||
# New ports collection makefile for: i386-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
PORTVERSION= 2.95.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
|
||||
${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
|
||||
MASTER_SITE_SUBDIR= newlib \
|
||||
gcc/releases/${CHILLNAME}/:gcc
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz \
|
||||
${CHILLNAME}.tar.gz:gcc
|
||||
|
||||
PATCHFILES= ${CHILLNAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
http://rtems.thehousleys.net/
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET?= i386-rtems
|
||||
|
||||
CHILLNAME= gcc-2.95.3
|
||||
NEWLIBNAME= newlib-1.9.0
|
||||
MASTERDIR= ${.CURDIR}/../i386-rtems-chill
|
||||
PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}
|
||||
|
||||
BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \
|
||||
${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
|
||||
RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
|
||||
|
||||
PKGNAMEPREFIX= ${LCLTARGET}-
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all
|
||||
|
||||
CONFIGURE_TARGET?= --target=${LCLTARGET}
|
||||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --verbose \
|
||||
--enable-languages="CHILL"
|
||||
CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET}
|
||||
CONFIGURE_SCRIPT?= ../${CHILLNAME}/configure
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}
|
||||
PATCH_STRIP= -p
|
||||
|
||||
MAKE_FLAGS= LANGUAGES="CHILL"
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKDIR} ; \
|
||||
cd ${CHILLNAME} ; ${LN} -fs ../${NEWLIBNAME}/newlib . ; \
|
||||
cd .. ; \
|
||||
${MKDIR} build-${LCLTARGET})
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR}/build-${LCLTARGET} ; \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKDIR}/build-${LCLTARGET} && \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
MD5 (gcc-2.95.3.tar.gz) = f3ad4f32c2296fad758ed051b5ac8e28
|
||||
MD5 (newlib-1.9.0.tar.gz) = ca85717ef6e9ec57b895e286f8c1d905
|
||||
MD5 (gcc-2.95.3-rtems-20010622a.diff) = 67a27e618ad38879fb5d58a609c26744
|
||||
MD5 (newlib-1.9.0-rtems-20010622.diff) = 18e88710e89a6801a9a32ea547e2afbb
|
@ -1,38 +0,0 @@
|
||||
--- gcc-2.95.3/Makefile.in.orig Fri Sep 1 21:07:00 2000
|
||||
+++ gcc-2.95.3/Makefile.in Fri Sep 1 21:16:11 2000
|
||||
@@ -656,9 +656,7 @@
|
||||
install-autoconf \
|
||||
install-automake \
|
||||
install-bash \
|
||||
- install-bfd \
|
||||
install-bzip2 \
|
||||
- install-opcodes \
|
||||
install-binutils \
|
||||
install-bison \
|
||||
install-byacc \
|
||||
@@ -689,11 +687,9 @@
|
||||
install-itcl \
|
||||
install-ld \
|
||||
install-libgui \
|
||||
- install-libiberty \
|
||||
install-libtool \
|
||||
install-m4 \
|
||||
install-make \
|
||||
- install-mmalloc \
|
||||
install-patch \
|
||||
install-perl \
|
||||
install-prms \
|
||||
@@ -823,13 +819,11 @@
|
||||
install-target-libio \
|
||||
install-target-libstdc++ \
|
||||
install-target-libg++ \
|
||||
- install-target-newlib \
|
||||
install-target-libf2c \
|
||||
install-target-libchill \
|
||||
install-target-libobjc \
|
||||
install-target-winsup \
|
||||
install-target-libgloss \
|
||||
- install-target-libiberty \
|
||||
install-target-bsp \
|
||||
install-target-libjava \
|
||||
install-target-zlib \
|
@ -1,84 +0,0 @@
|
||||
--- gcc-2.95.3/gcc/Makefile.in.orig Thu Jan 25 09:02:58 2001
|
||||
+++ gcc-2.95.3/gcc/Makefile.in Thu Sep 13 07:11:36 2001
|
||||
@@ -401,7 +401,7 @@
|
||||
MAYBE_USE_COLLECT2 = @maybe_use_collect2@
|
||||
# It is convenient for configure to add the assignment at the beginning,
|
||||
# so don't override it here.
|
||||
-USE_COLLECT2 = collect2$(exeext)
|
||||
+USE_COLLECT2 =
|
||||
|
||||
# List of extra C and assembler files to add to libgcc1.a.
|
||||
# Assembler files should have names ending in `.asm'.
|
||||
@@ -438,7 +438,7 @@
|
||||
|
||||
# A list of all the language-specific executables.
|
||||
# This is overridden by configure.
|
||||
-COMPILERS = cc1$(exeext) @all_compilers@
|
||||
+COMPILERS = @all_compilers@
|
||||
|
||||
# List of things which should already be built whenever we try to use xgcc
|
||||
# to compile anything (without linking).
|
||||
@@ -2433,9 +2433,8 @@
|
||||
# Copy the compiler files into directories where they will be run.
|
||||
# Install the driver last so that the window when things are
|
||||
# broken is small.
|
||||
-install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
|
||||
- $(INSTALL_CPP) install-man install-info intl.install lang.install-normal \
|
||||
- install-driver
|
||||
+install-normal: install-common \
|
||||
+ intl.install lang.install-normal
|
||||
|
||||
# Do nothing while making gcc with a cross-compiler. The person who
|
||||
# makes gcc for the target machine has to know how to put a complete
|
||||
@@ -2508,51 +2507,6 @@
|
||||
else true; \
|
||||
fi; \
|
||||
done
|
||||
- for file in $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2) ..; do \
|
||||
- if [ x"$$file" != x.. ]; then \
|
||||
- rm -f $(libsubdir)/$$file; \
|
||||
- $(INSTALL_PROGRAM) $$file $(libsubdir)/$$file; \
|
||||
- else true; fi; \
|
||||
- done
|
||||
- for file in $(EXTRA_PARTS) ..; do \
|
||||
- if [ x"$$file" != x.. ]; then \
|
||||
- rm -f $(libsubdir)/$$file; \
|
||||
- $(INSTALL_DATA) $$file $(libsubdir)/$$file; \
|
||||
- chmod a-x $(libsubdir)/$$file; \
|
||||
- else true; fi; \
|
||||
- done
|
||||
-# Don't mess with specs if it doesn't exist yet.
|
||||
- -if [ -f specs ] ; then \
|
||||
- rm -f $(libsubdir)/specs; \
|
||||
- $(INSTALL_DATA) specs $(libsubdir)/specs; \
|
||||
- chmod a-x $(libsubdir)/specs; \
|
||||
- fi
|
||||
-# Install protoize if it was compiled.
|
||||
- -if [ -f protoize$(exeext) ]; \
|
||||
- then \
|
||||
- if [ -f gcc-cross$(exeext) ] ; then \
|
||||
- rm -f $(bindir)/$(PROTOIZE_CROSS_NAME)$(exeext); \
|
||||
- $(INSTALL_PROGRAM) protoize$(exeext) $(bindir)/$(PROTOIZE_CROSS_NAME)$(exeext); \
|
||||
- rm -f $(bindir)/$(UNPROTOIZE_CROSS_NAME)$(exeext); \
|
||||
- $(INSTALL_PROGRAM) unprotoize$(exeext) $(bindir)/$(UNPROTOIZE_CROSS_NAME)$(exeext); \
|
||||
- else \
|
||||
- rm -f $(bindir)/$(PROTOIZE_INSTALL_NAME)$(exeext); \
|
||||
- $(INSTALL_PROGRAM) protoize$(exeext) $(bindir)/$(PROTOIZE_INSTALL_NAME)$(exeext); \
|
||||
- rm -f $(bindir)/$(UNPROTOIZE_INSTALL_NAME)$(exeext); \
|
||||
- $(INSTALL_PROGRAM) unprotoize$(exeext) $(bindir)/$(UNPROTOIZE_INSTALL_NAME)$(exeext); \
|
||||
- fi ; \
|
||||
- rm -f $(libsubdir)/SYSCALLS.c.X; \
|
||||
- $(INSTALL_DATA) SYSCALLS.c.X $(libsubdir)/SYSCALLS.c.X; \
|
||||
- chmod a-x $(libsubdir)/SYSCALLS.c.X; \
|
||||
- fi
|
||||
- -rm -f $(libsubdir)/cpp0$(exeext)
|
||||
- $(INSTALL_PROGRAM) cpp0$(exeext) $(libsubdir)/cpp0$(exeext)
|
||||
-# Install gcov if it was compiled.
|
||||
- -if [ -f gcov$(exeext) ]; \
|
||||
- then \
|
||||
- rm -f $(bindir)/gcov$(exeext); \
|
||||
- $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
|
||||
- fi
|
||||
|
||||
# Install the driver program as $(target_alias)-gcc
|
||||
# and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc.
|
@ -1 +0,0 @@
|
||||
FSF CHILL-gcc-2.95.2 base-port for RTEMS development
|
@ -1,10 +0,0 @@
|
||||
The base port for all the RTEMS CHILL-gcc ports. RTEMS is a
|
||||
Real-Time Operating System of Embedded Software development.
|
||||
It has its origins in the US Military, but is now open-source
|
||||
and supported by a wide varity of GNU tool languages. It
|
||||
a large number of processors and systems.
|
||||
|
||||
WWW: http://www.oarcorp.com/
|
||||
|
||||
- Jim
|
||||
jim@thehousleys.net
|
@ -1 +0,0 @@
|
||||
@comment this plist intentionally left empty
|
@ -1,4 +0,0 @@
|
||||
bin/arm-rtems-chill
|
||||
lib/gcc-lib/arm-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/arm-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/arm-rtems/2.95.3/chillrt0.o
|
@ -1,18 +0,0 @@
|
||||
bin/i386-rtems-chill
|
||||
lib/gcc-lib/i386-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/i386-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/k6/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/k6/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/m486/soft-float/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/m486/soft-float/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/m486/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/m486/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/mpentium/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/mpentium/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/mpentiumpro/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/mpentiumpro/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/soft-float/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/soft-float/libchill.a
|
||||
lib/gcc-lib/i386-rtems/2.95.3/soft-float/nofp/chillrt0.o
|
||||
lib/gcc-lib/i386-rtems/2.95.3/soft-float/nofp/libchill.a
|
@ -1,12 +0,0 @@
|
||||
bin/m68k-rtems-chill
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/m68000/libchill.a
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/m68000/chillrt0.o
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/m5200/libchill.a
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/m5200/chillrt0.o
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/mcpu32/libchill.a
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/mcpu32/chillrt0.o
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/msoft-float/libchill.a
|
||||
lib/gcc-lib/m68k-rtems/2.95.3/msoft-float/chillrt0.o
|
@ -1,26 +0,0 @@
|
||||
bin/mips-rtems-chill
|
||||
lib/gcc-lib/mips-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/mips-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/el/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/el/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/el/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/el/mips3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/el/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/el/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/el/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/el/mips3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/single/mips3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/el/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/el/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/el/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/el/mips3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/soft-float/mips3/chillrt0.o
|
||||
lib/gcc-lib/mips-rtems/2.95.3/mips3/libchill.a
|
||||
lib/gcc-lib/mips-rtems/2.95.3/mips3/chillrt0.o
|
@ -1,20 +0,0 @@
|
||||
bin/powerpc-rtems-chill
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/ca/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/ca/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/le/ca/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/le/ca/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/le/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/le/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/lin/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/lin/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/ca/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/ca/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/le/ca/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/le/ca/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/le/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/le/chillrt0.o
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/libchill.a
|
||||
lib/gcc-lib/powerpc-rtems/2.95.3/nof/chillrt0.o
|
@ -1,26 +0,0 @@
|
||||
bin/sh-rtems-chill
|
||||
lib/gcc-lib/sh-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/sh-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m2/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m2/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m3e/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m3e/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4-single/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4-single/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4-single-only/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/m4-single-only/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m2/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m2/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m3e/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m3e/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4-single/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4-single/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4-single-only/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/m4-single-only/chillrt0.o
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/libchill.a
|
||||
lib/gcc-lib/sh-rtems/2.95.3/ml/chillrt0.o
|
@ -1,6 +0,0 @@
|
||||
bin/sparc-rtems-chill
|
||||
lib/gcc-lib/sparc-rtems/2.95.3/libchill.a
|
||||
lib/gcc-lib/sparc-rtems/2.95.3/cc1chill
|
||||
lib/gcc-lib/sparc-rtems/2.95.3/chillrt0.o
|
||||
lib/gcc-lib/sparc-rtems/2.95.3/soft/chillrt0.o
|
||||
lib/gcc-lib/sparc-rtems/2.95.3/soft/libchill.a
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: m68k-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= m68k-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: mips-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= mips-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: powerpc-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= powerpc-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: sh-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= sh-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
@ -1,13 +0,0 @@
|
||||
# New ports collection makefile for: sparc-rtems-chill
|
||||
# Date created: 9 June 2000
|
||||
# Whom: James Housley <jim@thehousleys.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chill
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LCLTARGET= sparc-rtems
|
||||
.include "${.CURDIR}/../i386-rtems-chill/Makefile"
|
Loading…
Reference in New Issue
Block a user