From 5daf3bcc127092070880a14abf5f76679301b713 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 28 May 2011 07:44:57 +0200 Subject: [PATCH] Remove binutils 2.17 build hierarchy from gnu/. --- gnu/usr.bin/binutils217/Makefile | 12 - gnu/usr.bin/binutils217/Makefile.inc | 5 - gnu/usr.bin/binutils217/Makefile.inc0 | 46 -- gnu/usr.bin/binutils217/addr2line/Makefile | 21 - gnu/usr.bin/binutils217/ar/Makefile | 22 - gnu/usr.bin/binutils217/as/Makefile | 34 -- gnu/usr.bin/binutils217/as/Makefile.inc | 4 - gnu/usr.bin/binutils217/as/Makefile.inc0 | 63 --- gnu/usr.bin/binutils217/as/config.h | 320 ------------- .../binutils217/as/i386-dragonfly/Makefile | 20 - .../as/i386-dragonfly/obj-format.h | 4 - .../binutils217/as/i386-dragonfly/targ-cpu.h | 4 - .../binutils217/as/i386-dragonfly/targ-env.h | 11 - .../binutils217/as/x86_64-dragonfly/Makefile | 18 - .../as/x86_64-dragonfly/itbl-cpu.h | 1 - .../as/x86_64-dragonfly/obj-format.h | 1 - .../as/x86_64-dragonfly/targ-cpu.h | 1 - .../as/x86_64-dragonfly/targ-env.h | 9 - gnu/usr.bin/binutils217/doc/Makefile | 38 -- gnu/usr.bin/binutils217/doc/asconfig.texi | 71 --- gnu/usr.bin/binutils217/doc/inc-hist.diff | 47 -- gnu/usr.bin/binutils217/ld/Makefile | 67 --- gnu/usr.bin/binutils217/ld/Makefile.i386 | 38 -- gnu/usr.bin/binutils217/ld/Makefile.x86_64 | 52 -- gnu/usr.bin/binutils217/ld/config.h | 224 --------- gnu/usr.bin/binutils217/libbfd/Makefile | 101 ---- gnu/usr.bin/binutils217/libbfd/Makefile.i386 | 25 - .../binutils217/libbfd/Makefile.x86_64 | 17 - gnu/usr.bin/binutils217/libbfd/config.h | 377 --------------- gnu/usr.bin/binutils217/libbinutils/Makefile | 20 - .../binutils217/libbinutils/Makefile.i386 | 4 - gnu/usr.bin/binutils217/libbinutils/config.h | 269 ----------- gnu/usr.bin/binutils217/libiberty/Makefile | 19 - .../binutils217/libiberty/alloca-conf.h | 4 - gnu/usr.bin/binutils217/libiberty/config.h | 446 ------------------ gnu/usr.bin/binutils217/libopcodes/Makefile | 21 - .../binutils217/libopcodes/Makefile.i386 | 4 - .../binutils217/libopcodes/Makefile.x86_64 | 2 - gnu/usr.bin/binutils217/libopcodes/config.h | 168 ------- gnu/usr.bin/binutils217/nm/Makefile | 21 - gnu/usr.bin/binutils217/objcopy/Makefile | 23 - gnu/usr.bin/binutils217/objdump/Makefile | 24 - gnu/usr.bin/binutils217/ranlib/Makefile | 23 - gnu/usr.bin/binutils217/readelf/Makefile | 21 - gnu/usr.bin/binutils217/size/Makefile | 21 - gnu/usr.bin/binutils217/strings/Makefile | 21 - gnu/usr.bin/binutils217/strip/Makefile | 37 -- 47 files changed, 2801 deletions(-) delete mode 100644 gnu/usr.bin/binutils217/Makefile delete mode 100644 gnu/usr.bin/binutils217/Makefile.inc delete mode 100644 gnu/usr.bin/binutils217/Makefile.inc0 delete mode 100644 gnu/usr.bin/binutils217/addr2line/Makefile delete mode 100644 gnu/usr.bin/binutils217/ar/Makefile delete mode 100644 gnu/usr.bin/binutils217/as/Makefile delete mode 100644 gnu/usr.bin/binutils217/as/Makefile.inc delete mode 100644 gnu/usr.bin/binutils217/as/Makefile.inc0 delete mode 100644 gnu/usr.bin/binutils217/as/config.h delete mode 100644 gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile delete mode 100644 gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h delete mode 100644 gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h delete mode 100644 gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/Makefile delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/itbl-cpu.h delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/obj-format.h delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-cpu.h delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-env.h delete mode 100644 gnu/usr.bin/binutils217/doc/Makefile delete mode 100644 gnu/usr.bin/binutils217/doc/asconfig.texi delete mode 100644 gnu/usr.bin/binutils217/doc/inc-hist.diff delete mode 100644 gnu/usr.bin/binutils217/ld/Makefile delete mode 100644 gnu/usr.bin/binutils217/ld/Makefile.i386 delete mode 100644 gnu/usr.bin/binutils217/ld/Makefile.x86_64 delete mode 100644 gnu/usr.bin/binutils217/ld/config.h delete mode 100644 gnu/usr.bin/binutils217/libbfd/Makefile delete mode 100644 gnu/usr.bin/binutils217/libbfd/Makefile.i386 delete mode 100644 gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 delete mode 100644 gnu/usr.bin/binutils217/libbfd/config.h delete mode 100644 gnu/usr.bin/binutils217/libbinutils/Makefile delete mode 100644 gnu/usr.bin/binutils217/libbinutils/Makefile.i386 delete mode 100644 gnu/usr.bin/binutils217/libbinutils/config.h delete mode 100644 gnu/usr.bin/binutils217/libiberty/Makefile delete mode 100644 gnu/usr.bin/binutils217/libiberty/alloca-conf.h delete mode 100644 gnu/usr.bin/binutils217/libiberty/config.h delete mode 100644 gnu/usr.bin/binutils217/libopcodes/Makefile delete mode 100644 gnu/usr.bin/binutils217/libopcodes/Makefile.i386 delete mode 100644 gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 delete mode 100644 gnu/usr.bin/binutils217/libopcodes/config.h delete mode 100644 gnu/usr.bin/binutils217/nm/Makefile delete mode 100644 gnu/usr.bin/binutils217/objcopy/Makefile delete mode 100644 gnu/usr.bin/binutils217/objdump/Makefile delete mode 100644 gnu/usr.bin/binutils217/ranlib/Makefile delete mode 100644 gnu/usr.bin/binutils217/readelf/Makefile delete mode 100644 gnu/usr.bin/binutils217/size/Makefile delete mode 100644 gnu/usr.bin/binutils217/strings/Makefile delete mode 100644 gnu/usr.bin/binutils217/strip/Makefile diff --git a/gnu/usr.bin/binutils217/Makefile b/gnu/usr.bin/binutils217/Makefile deleted file mode 100644 index 752df71a26..0000000000 --- a/gnu/usr.bin/binutils217/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -SUBDIR= libiberty libbfd libopcodes libbinutils \ - addr2line ar as ld nm objcopy objdump ranlib readelf \ - size strings strip doc - -TARGET_ARCH?= ${MACHINE_ARCH} - -# interdependant header files -.ORDER: ${SUBDIR} - -.include diff --git a/gnu/usr.bin/binutils217/Makefile.inc b/gnu/usr.bin/binutils217/Makefile.inc deleted file mode 100644 index 88ba2ebec2..0000000000 --- a/gnu/usr.bin/binutils217/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# -# $DragonFly: src/gnu/usr.bin/binutils217/Makefile.inc,v 1.1 2007/04/13 12:24:32 corecode Exp $ -# - -BINDIR?= /usr/libexec/binutils217/elf diff --git a/gnu/usr.bin/binutils217/Makefile.inc0 b/gnu/usr.bin/binutils217/Makefile.inc0 deleted file mode 100644 index 9276f53191..0000000000 --- a/gnu/usr.bin/binutils217/Makefile.inc0 +++ /dev/null @@ -1,46 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/Makefile.inc0,v 1.2 2008/11/03 00:25:44 pavalos Exp $ -# -# This is included explicitly at the top of each sub-Makefile. We can't -# use the normal "Makefile.inc" mechanism, because we need some of these -# definitions before the sub-Makefile is processed. - -VERSION= "2.17 [DragonFly] 2007-04-12" -VERSION_BFD= 217000000 -VERSION_DATE= 20070412 - -TARGET_ARCH?= ${MACHINE_ARCH} -BINUTIL_ARCH= ${TARGET_ARCH} - -# RELTOP is the relative path to this point in the source or object -# tree, from any subdirectory of same. It gets extra "../" prefixes -# added to it as we descend into subdirectories. -RELTOP:= .. - -RELSRC= ${RELTOP}/../../../contrib/binutils-2.17 -SRCDIR= ${.CURDIR}/${RELSRC} - -CFLAGS+= -I. -.if exists(${.CURDIR}/${BINUTIL_ARCH}) -CFLAGS+= -I${.CURDIR}/${BINUTIL_ARCH} -.endif -CFLAGS+= -I${.CURDIR} -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${BINUTIL_ARCH} -CFLAGS+= -I${SRCDIR}/include - -.if exists(${.CURDIR}/${BINUTIL_ARCH}) -.PATH: ${.CURDIR}/${BINUTIL_ARCH} -.endif - -ARCHS= ${BINUTIL_ARCH} - -.for _arch in ${CROSS_ARCH} -.if (${ARCHS:R:M${_arch:R}} == "") -ARCHS+= $(_arch) -.endif -.endfor - -.for _arch in ${ARCHS} -.if exists(${.CURDIR}/Makefile.${_arch}) -.include "${.CURDIR}/Makefile.${_arch}" -.endif -.endfor diff --git a/gnu/usr.bin/binutils217/addr2line/Makefile b/gnu/usr.bin/binutils217/addr2line/Makefile deleted file mode 100644 index 9fad313e74..0000000000 --- a/gnu/usr.bin/binutils217/addr2line/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= addr2line -SRCS= addr2line.c -MAN= addr2line217.1 -WARNS= 2 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -addr2line217.1: ${SRCDIR}/binutils/doc/addr2line.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= addr2line217.1 - -.include diff --git a/gnu/usr.bin/binutils217/ar/Makefile b/gnu/usr.bin/binutils217/ar/Makefile deleted file mode 100644 index 1932dfed21..0000000000 --- a/gnu/usr.bin/binutils217/ar/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= ar -SRCS= ar.c not-ranlib.c -MAN= ar217.1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -NOSHARED?= yes -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -ar217.1: ${SRCDIR}/binutils/doc/addr2line.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= ar217.1 - -.include diff --git a/gnu/usr.bin/binutils217/as/Makefile b/gnu/usr.bin/binutils217/as/Makefile deleted file mode 100644 index 88367597ac..0000000000 --- a/gnu/usr.bin/binutils217/as/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/as/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -.include "${.CURDIR}/../Makefile.inc0" - -GASES= ${BINUTIL_ARCH} -FORMATS=dragonfly - -# Only build the cross tools when not cross-compiling. -.if ${TARGET_ARCH} == ${MACHINE_ARCH} -.if defined(CROSS_ARCH) -.for _g in ${CROSS_ARCH} -.if (${GASES:R:M${_g:R}} == "") -GASES+= $(_g) -.endif -.endfor -.endif -.if defined(CROSS_FORMATS) -.for _f in ${CROSS_FORMATS} -.if (${FORMATS:R:M${_f:R}} == "") -FORMATS+= $(_f) -.endif -.endfor -.endif -.endif - -.for _g in ${GASES} -.for _f in ${FORMATS} -.if exists(${.CURDIR}/${_g}-${_f}) -SUBDIR+= ${_g}-${_f} -.endif -.endfor -.endfor - -.include diff --git a/gnu/usr.bin/binutils217/as/Makefile.inc b/gnu/usr.bin/binutils217/as/Makefile.inc deleted file mode 100644 index 8a57eaa435..0000000000 --- a/gnu/usr.bin/binutils217/as/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/as/Makefile.inc,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -# BINDIR -.include "${.CURDIR}/../../Makefile.inc" diff --git a/gnu/usr.bin/binutils217/as/Makefile.inc0 b/gnu/usr.bin/binutils217/as/Makefile.inc0 deleted file mode 100644 index d2989cc10b..0000000000 --- a/gnu/usr.bin/binutils217/as/Makefile.inc0 +++ /dev/null @@ -1,63 +0,0 @@ -.include "${.CURDIR}/../../Makefile.inc0" - -RELTOP:= ../${RELTOP} -.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config ${.CURDIR}/.. - -TARGET_VENDOR?= DragonFly -TARGET_OS?= dragonfly1.9 - -PROG= as -MAN= as217.1 -SRCS+= app.c as.c atof-generic.c atof-ieee.c \ - cond.c dwarf2dbg.c dw2gencfi.c ecoff.c expr.c flonum-copy.c \ - flonum-konst.c flonum-mult.c frags.c hash.c input-file.c \ - input-scrub.c listing.c literal.c macro.c messages.c \ - output-file.c read.c sb.c stabs.c \ - subsegs.c symbols.c write.c depend.c ehopt.c -# DEO: why not used? -#SRCS+= itbl-ops.c - -WARNS= 1 -CFLAGS+= -I${SRCDIR}/gas -I${SRCDIR}/gas/config -I${SRCDIR} -I${.CURDIR}/.. -CFLAGS+= -DVERSION=\"${VERSION:C/[ ]?${VERSION_DATE}[ ]?//g}\" -CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -CFLAGS+= -DTARGET_ALIAS=\"${TARGET_ALIAS}\" -CFLAGS+= -DTARGET_CANONICAL=\"${TARGET_CANONICAL}\" -CFLAGS+= -DTARGET_CPU=\"${TARGET_CPU}\" -CFLAGS+= -DDEFAULT_ARCH=\"${DEFAULT_ARCH}\" -CFLAGS+= -DTARGET_VENDOR=\"${TARGET_VENDOR}\" -CFLAGS+= -DTARGET_OS=\"${TARGET_OS}\" -CFLAGS+= "-DEMULATIONS=${EMULATIONS}" -CFLAGS+= -DDEFAULT_EMULATION=\"${DEFAULT_EMULATION}\" -CFLAGS+= -DTE_DragonFly -NOSHARED?= yes -DPADD= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -DPADD+= ${RELTOP}/libopcodes/libopcodes.a -LDADD= ${DPADD} - -# tc-i386.c has some stupid code in it which makes it impossible to -# disable the use of '/' as a comment. We need to make it useable for -# a divide operator so we have to munge tc-i386.c. -# -tc-i386-local.c: tc-i386.c - sed -e 's/TE_NetBSD/TE_DragonFly/g' \ - ${.ALLSRC:M*tc-i386.c} >> ${.TARGET}.new - mv -f ${.TARGET}.new ${.TARGET} - -# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU -# binutils release. FreeBSD only distributes the bits that are required to -# build native architectures. BINUTILSDISTDIR is needed to build cross tools. -.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) -.PATH: ${BINUTILSDISTDIR}/gas ${BINUTILSDISTDIR}/gas/config -CFLAGS+= -I${BINUTILSDISTDIR}/gas -CFLAGS+= -I${BINUTILSDISTDIR}/gas/config -CFLAGS+= -I${BINUTILSDISTDIR}/bfd -CFLAGS+= -I${BINUTILSDISTDIR}/include -CFLAGS+= -I${BINUTILSDISTDIR} -.endif - -as217.1: ${SRCDIR}/gas/doc/as.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= as217.1 diff --git a/gnu/usr.bin/binutils217/as/config.h b/gnu/usr.bin/binutils217/as/config.h deleted file mode 100644 index b586540286..0000000000 --- a/gnu/usr.bin/binutils217/as/config.h +++ /dev/null @@ -1,320 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/as/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.in by autoheader. */ - -/* Define if using AIX 5.2 value for C_WEAKEXT. */ -/* #undef AIX_WEAK_SUPPORT */ - -/* assert broken? */ -/* #undef BROKEN_ASSERT */ - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -/* #undef CRAY_STACKSEG_END */ - -/* Compiling cross-assembler? */ -/* #undef CROSS_COMPILE */ - -/* Define to 1 if using `alloca.c'. */ -/* #undef C_ALLOCA */ - -/* Default architecture. */ -/* #define DEFAULT_ARCH "i386" */ - -/* Default CRIS architecture. */ -/* #undef DEFAULT_CRIS_ARCH */ - -/* Default emulation. */ -/* #define DEFAULT_EMULATION "i386elf" */ - -/* Supported emulations. */ -/* #define EMULATIONS &i386elf, */ - -/* Define to 1 if NLS is requested */ -/* #undef ENABLE_NLS */ - -/* Define to 1 if you have `alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if you have and it should be used (not on Ultrix). - */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ARGZ_H */ - -/* Define to 1 if you have the `dcgettext' function. */ -/* #undef HAVE_DCGETTEXT */ - -/* Is the prototype for getopt in in the expected format? */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you - don't. */ -#define HAVE_DECL_VSNPRINTF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_ERRNO_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `munmap' function. */ -#define HAVE_MUNMAP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define to 1 if you have the `remove' function. */ -/* #undef HAVE_REMOVE */ - -/* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDARG_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the `unlink' function. */ -#define HAVE_UNLINK 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VALUES_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_VARARGS_H 1 - -/* Define to 1 if you have the `__argz_count' function. */ -/* #undef HAVE___ARGZ_COUNT */ - -/* Define to 1 if you have the `__argz_next' function. */ -/* #undef HAVE___ARGZ_NEXT */ - -/* Define to 1 if you have the `__argz_stringify' function. */ -/* #undef HAVE___ARGZ_STRINGIFY */ - -/* Using i386 COFF? */ -/* #undef I386COFF */ - -/* Using m68k COFF? */ -/* #undef M68KCOFF */ - -/* Using m88k COFF? */ -/* #undef M88KCOFF */ - -/* Default CPU for MIPS targets. */ -/* #undef MIPS_CPU_STRING_DEFAULT */ - -/* Generate 64-bit code by default on MIPS targets. */ -/* #undef MIPS_DEFAULT_64BIT */ - -/* Choose a default ABI for MIPS targets. */ -/* #undef MIPS_DEFAULT_ABI */ - -/* Define if environ is not declared in system header files. */ -#define NEED_DECLARATION_ENVIRON 1 - -/* Define if errno is not declared in system header files. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if ffs is not declared in system header files. */ -/* #undef NEED_DECLARATION_FFS */ - -/* Define if free is not declared in system header files. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Define if malloc is not declared in system header files. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Define if sbrk is not declared in system header files. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Define if strstr is not declared in system header files. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* a.out support? */ -/* #undef OBJ_MAYBE_AOUT */ - -/* b.out support? */ -/* #undef OBJ_MAYBE_BOUT */ - -/* COFF support? */ -/* #undef OBJ_MAYBE_COFF */ - -/* ECOFF support? */ -/* #undef OBJ_MAYBE_ECOFF */ - -/* ELF support? */ -/* #undef OBJ_MAYBE_ELF */ - -/* generic support? */ -/* #undef OBJ_MAYBE_GENERIC */ - -/* IEEE support? */ -/* #undef OBJ_MAYBE_IEEE */ - -/* SOM support? */ -/* #undef OBJ_MAYBE_SOM */ - -/* Name of package */ -#define PACKAGE "gas" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* Define if defaulting to ELF on SCO 5. */ -/* #undef SCO_ELF */ - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Using strict COFF? */ -/* #undef STRICTCOFF */ - -/* Target alias. */ -/* #define TARGET_ALIAS "" */ - -/* Define as 1 if big endian. */ -/* #undef TARGET_BYTES_BIG_ENDIAN */ - -/* Canonical target. */ -/* #define TARGET_CANONICAL "i386-unknown-dragonfly1.9.0" */ - -/* Target CPU. */ -/* #define TARGET_CPU "i386" */ - -/* Target OS. */ -/* #define TARGET_OS "dragonfly1.9.0" */ - -/* Define if default target is PowerPC Solaris. */ -/* #undef TARGET_SOLARIS_COMMENT */ - -/* Define if target is Symbian OS. */ -/* #undef TARGET_SYMBIAN */ - -/* Target vendor. */ -/* #define TARGET_VENDOR "unknown" */ - -/* Use emulation support? */ -/* #undef USE_EMULATIONS */ - -/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ -/* #undef USE_E_MIPS_ABI_O32 */ - -/* Using cgen code? */ -/* #undef USING_CGEN */ - -/* Version number of package */ -/* #define VERSION "2.17" */ - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ - -/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a - `char[]'. */ -#define YYTEXT_POINTER 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `long' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ diff --git a/gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile b/gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile deleted file mode 100644 index d5d110be7e..0000000000 --- a/gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -DEFAULT_ARCH= i386 -EMULATIONS= &i386elf, -DEFAULT_EMULATION= i386elf -TARGET_ALIAS= i386-just-dragonfly1.9 -TARGET_CANONICAL= i386-just-dragonfly1.9 -TARGET_CPU= i386 - -.include "${.CURDIR}/../Makefile.inc0" - -CFLAGS += -I${.OBJDIR}/../../libbfd -.if ${TARGET_ARCH} != "i386" -BINDIR= /usr/libexec/cross/i386-dragonfly -.endif -SRCS+= obj-elf.c tc-i386-local.c -CLEANFILES= tc-i386-local.c - -.include - diff --git a/gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h b/gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h deleted file mode 100644 index 4c3eefc18e..0000000000 --- a/gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h +++ /dev/null @@ -1,4 +0,0 @@ -/* - * $DragonFly: src/gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ - */ -#include "obj-elf.h" diff --git a/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h b/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h deleted file mode 100644 index 250dae5439..0000000000 --- a/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h +++ /dev/null @@ -1,4 +0,0 @@ -/* - * $DragonFly: src/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ - */ -#include "tc-i386.h" diff --git a/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h b/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h deleted file mode 100644 index f63ba12bb2..0000000000 --- a/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Default target format spec for the assembler - * - * $DragonFly: src/gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ - */ - -#define LOCAL_LABELS_DOLLAR 1 -#define LOCAL_LABELS_FB 1 - -#include "obj-format.h" - diff --git a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/Makefile b/gnu/usr.bin/binutils217/as/x86_64-dragonfly/Makefile deleted file mode 100644 index 374daa3b3d..0000000000 --- a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -DEFAULT_ARCH= x86_64 -EMULATIONS= &i386elf, -DEFAULT_EMULATION= i386elf -TARGET_ALIAS= x86_64-just-dragonfly1.9 -TARGET_CANONICAL= x86_64-just-dragonfly1.9 -TARGET_CPU= x86_64 - -.include "${.CURDIR}/../Makefile.inc0" - -CFLAGS += -I${.OBJDIR}/../../libbfd -.if ${TARGET_ARCH} != "x86_64" -BINDIR= /usr/libexec/cross/x86_64-dragonfly -.endif -SRCS+= obj-elf.c tc-i386-local.c -CLEANFILES= tc-i386-local.c - -.include - diff --git a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/itbl-cpu.h b/gnu/usr.bin/binutils217/as/x86_64-dragonfly/itbl-cpu.h deleted file mode 100644 index 54880214c7..0000000000 --- a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/itbl-cpu.h +++ /dev/null @@ -1 +0,0 @@ -#include "itbl-i386.h" diff --git a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/obj-format.h b/gnu/usr.bin/binutils217/as/x86_64-dragonfly/obj-format.h deleted file mode 100644 index 69c64aac88..0000000000 --- a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/obj-format.h +++ /dev/null @@ -1 +0,0 @@ -#include "obj-elf.h" diff --git a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-cpu.h b/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-cpu.h deleted file mode 100644 index f4be0e50bd..0000000000 --- a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-cpu.h +++ /dev/null @@ -1 +0,0 @@ -#include "tc-i386.h" diff --git a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-env.h b/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-env.h deleted file mode 100644 index 9f3c21235d..0000000000 --- a/gnu/usr.bin/binutils217/as/x86_64-dragonfly/targ-env.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Default target format spec for the assembler - */ - -#define LOCAL_LABELS_DOLLAR 1 -#define LOCAL_LABELS_FB 1 - -#include "obj-format.h" - diff --git a/gnu/usr.bin/binutils217/doc/Makefile b/gnu/usr.bin/binutils217/doc/Makefile deleted file mode 100644 index e764345988..0000000000 --- a/gnu/usr.bin/binutils217/doc/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -.include "../Makefile.inc0" - -CONTRIBDIR= ${.CURDIR}/../../../../contrib - -.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc - -INFO = as ld binutils -INFOSECTION= "Programming & development tools." -INFOENTRY_as= "* As: (as). The GNU assembler." -INFOENTRY_ld= "* Ld: (ld). The GNU linker." -INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities." - -MAKEINFOFLAGS+= --no-validate -MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc -MAKEINFOFLAGS+= -I ${SRCDIR}/binutils -I ${SRCDIR}/libiberty -MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc - -CLEANFILES= config.texi configdoc.texi inc-hist.texi \ - inc-hist.texi.orig gasver.texi ldver.texi - -as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi -ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi - -configdoc.texi: gen-doc.texi - ${LN} -sf ${.ALLSRC} ${.TARGET} - -.PATH: ${SRCDIR}/binutils/doc -binutils.info: binutils.texi config.texi - -config.texi gasver.texi ldver.texi: - echo "@set VERSION ${VERSION}" > ${.TARGET} - -.PATH: ${CONTRIBDIR}/libreadline/doc -inc-hist.texi: hsuser.texinfo inc-hist.diff - cp ${.ALLSRC:M*.texinfo} ${.TARGET} - patch --suffix=.orig < ${.ALLSRC:M*.diff} - -.include diff --git a/gnu/usr.bin/binutils217/doc/asconfig.texi b/gnu/usr.bin/binutils217/doc/asconfig.texi deleted file mode 100644 index 7adb7e7801..0000000000 --- a/gnu/usr.bin/binutils217/doc/asconfig.texi +++ /dev/null @@ -1,71 +0,0 @@ -@c Copyright 1992, 1993 Free Software Foundation, Inc. -@c This file is part of the documentation for the GAS manual -@c $DragonFly: src/gnu/usr.bin/binutils217/doc/asconfig.texi,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -@c Configuration settings for all-inclusive version of manual - -@c switches:------------------------------------------------------------ -@c Properties of the manual -@c ======================== -@c Discuss all architectures? -@clear ALL-ARCH -@c A generic form of manual (not tailored to specific target)? -@clear GENERIC -@c Include text on assembler internals? -@set INTERNALS -@c Many object formats supported in this config? -@clear MULTI-OBJ - -@c Object formats of interest -@c ========================== -@clear AOUT -@clear BOUT -@clear COFF -@set ELF -@clear SOM - -@c CPUs of interest -@c ================ -@clear A29K -@clear ARC -@clear ARM -@clear D10V -@clear H8/300 -@clear H8/500 -@clear SH -@set I80386 -@clear I960 -@clear MIPS -@clear M32R -@clear M680X0 -@clear Z8000 -@clear SPARC -@clear VAX -@clear VXWORKS -@clear HPPA -@clear V850 - -@c Does this version of the assembler use the difference-table kluge? -@clear DIFF-TBL-KLUGE - -@c Do all machines described use IEEE floating point? -@set IEEEFLOAT - -@c Is a word 32 bits, or 16? -@set W32 -@clear W16 - -@c Do symbols have different characters than usual? -@clear SPECIAL-SYMS - -@c strings:------------------------------------------------------------ -@c Name of the assembler: -@set AS as -@c Name of C compiler: -@set GCC gcc -@c Name of linker: -@set LD ld -@c Text for target machine (best not used in generic case; but just in case...) -@set TARGET i386 -@c Name of object format (NOT SET in generic version) -@set OBJ-NAME ELF diff --git a/gnu/usr.bin/binutils217/doc/inc-hist.diff b/gnu/usr.bin/binutils217/doc/inc-hist.diff deleted file mode 100644 index dd1a0eb65f..0000000000 --- a/gnu/usr.bin/binutils217/doc/inc-hist.diff +++ /dev/null @@ -1,47 +0,0 @@ -$DragonFly: src/gnu/usr.bin/binutils217/doc/inc-hist.diff,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -*** inc-hist.texi.orig Mon Mar 20 10:43:36 2000 ---- inc-hist.texi Mon Mar 20 10:48:17 2000 -*************** -*** 26,34 **** - @node Using History Interactively - @chapter Using History Interactively - -! @ifclear BashFeatures -! @defcodeindex bt -! @end ifclear - - @ifset BashFeatures - This chapter describes how to use the @sc{gnu} History Library ---- 26,34 ---- - @node Using History Interactively - @chapter Using History Interactively - -! @c @ifclear BashFeatures -! @c @defcodeindex bt -! @c @end ifclear - - @ifset BashFeatures - This chapter describes how to use the @sc{gnu} History Library -*************** -*** 39,47 **** - @end ifset - @ifclear BashFeatures - This chapter describes how to use the GNU History Library interactively, -! from a user's standpoint. It should be considered a user's guide. For -! information on using the GNU History Library in your own programs, -! @pxref{Programming with GNU History}. - @end ifclear - - @ifset BashFeatures ---- 39,48 ---- - @end ifset - @ifclear BashFeatures - This chapter describes how to use the GNU History Library interactively, -! from a user's standpoint. -! @c It should be considered a user's guide. For -! @c information on using the GNU History Library in your own programs, -! @c @pxref{Programming with GNU History}. - @end ifclear - - @ifset BashFeatures diff --git a/gnu/usr.bin/binutils217/ld/Makefile b/gnu/usr.bin/binutils217/ld/Makefile deleted file mode 100644 index 24f5a6eb02..0000000000 --- a/gnu/usr.bin/binutils217/ld/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -ELF_SCR_EXT= x xbn xn xr xs xu xc xsc - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/ld - -PROG= ld -MAN= ld217.1 -LIBEXEC_BINUTILS= /usr/libexec/binutils217 -SCRIPTDIR= ${LIBEXEC_BINUTILS}/ldscripts -SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ - ldgram.c ldlang.c ldlex.c ldmain.c ldmisc.c \ - ldver.c ldwrite.c lexsup.c mri.c - -.if defined(BOOTSTRAPPING) && !exists(/usr/include/elf-hints.h) -SRCS+= elf-hints.h -CLEANFILES+= elf-hints.h - -elf-hints.h: - ${LN} -sf ${.CURDIR}/../../../../include/${.TARGET} . -.endif - -WARNS= 1 -CFLAGS+= -DSCRIPTDIR=\"${TOOLS_PREFIX}${LIBEXEC_BINUTILS}\" -CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -CFLAGS+= -DBINDIR=\"${TOOLS_PREFIX}${LIBEXEC_BINUTILS}\" -CFLAGS+= -DTOOLBINDIR=\"${TOOLS_PREFIX}${LIBEXEC_BINUTILS}\" -NOSHARED?= yes -DPADD= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} -CLEANDIRS+= ldscripts tmpdir -CLEANFILES+= ldemul-list.h stringify.sed - -# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU -# binutils release. FreeBSD only distributes the bits that are required to -# build native architectures. BINUTILSDISTDIR is needed to build cross tools. -.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) -.PATH: ${BINUTILSDISTDIR}/ld -CFLAGS+= -I${BINUTILSDISTDIR}/ld -.endif - -EMXFR= -EMLST= -.for _e in ${EMS} -EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation; -EMLST+= &ld_${_e}_emulation, -.endfor - -ldemul-list.h: - echo "${EMXFR}" > ${.TARGET} - echo "#define EMULATION_LIST ${EMLST} 0" >> ${.TARGET} - -stringify.sed: - ${LN} -sf ${SRCDIR}/ld/emultempl/astring.sed ${.TARGET} - -ld217.1: ${SRCDIR}/ld/ld.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= ld217.1 - -afterinstall: - ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${LDSCRIPTS:S|^|ldscripts/|} ${DESTDIR}${SCRIPTDIR} - -.include diff --git a/gnu/usr.bin/binutils217/ld/Makefile.i386 b/gnu/usr.bin/binutils217/ld/Makefile.i386 deleted file mode 100644 index 92e1b6de07..0000000000 --- a/gnu/usr.bin/binutils217/ld/Makefile.i386 +++ /dev/null @@ -1,38 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/ld/Makefile.i386,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -TARGET_TUPLE?= i386-just-dragonfly - -.if ${TARGET_ARCH} == "i386" -NATIVE_EMULATION= elf_i386 -HOST= ${TARGET_TUPLE} -CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\" -CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" -_i386_path= ${USRDATA_PREFIX}/usr/lib -.else -_i386_path= /usr/cross/i386-dragonfly/usr/lib -.endif -EMS+= ${NATIVE_EMULATION} -.for ext in ${ELF_SCR_EXT} -LDSCRIPTS_${NATIVE_EMULATION}+= ${NATIVE_EMULATION}.${ext} -.endfor -LDSCRIPTS+= ${LDSCRIPTS_${NATIVE_EMULATION}} -SRCS+= e${NATIVE_EMULATION}.c -CLEANFILES+= e${NATIVE_EMULATION}.c - -e${NATIVE_EMULATION}.c ${LDSCRIPTS_${NATIVE_EMULATION}}: \ - emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \ - scripttempl/elf.sc genscripts.sh stringify.sed sort-sections.sh - sh ${SRCDIR}/ld/genscripts.sh \ - ${SRCDIR:Q}/ld \ - ${_i386_path:Q} \ - "" \ - "" \ - ${HOST} \ - ${TARGET_TUPLE:Q} \ - ${TARGET_TUPLE:Q} \ - ${NATIVE_EMULATION:Q} \ - "" \ - no \ - ${NATIVE_EMULATION:Q} \ - ${TARGET_TUPLE:Q} \ - sort-sections diff --git a/gnu/usr.bin/binutils217/ld/Makefile.x86_64 b/gnu/usr.bin/binutils217/ld/Makefile.x86_64 deleted file mode 100644 index 4e652a0887..0000000000 --- a/gnu/usr.bin/binutils217/ld/Makefile.x86_64 +++ /dev/null @@ -1,52 +0,0 @@ -TARGET_TUPLE?= x86_64-just-dragonfly - -NATIVE_EMULATION= elf_x86_64 -HOST= ${TARGET_TUPLE} -CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\" -CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" -_x86_64_path= ${USRDATA_PREFIX}/usr/lib -EMS+= ${NATIVE_EMULATION} -.for ext in ${ELF_SCR_EXT} -LDSCRIPTS_${NATIVE_EMULATION}+= ${NATIVE_EMULATION}.${ext} -.endfor -LDSCRIPTS+= ${LDSCRIPTS_${NATIVE_EMULATION}} -SRCS+= e${NATIVE_EMULATION}.c -CLEANFILES+= e${NATIVE_EMULATION}.c - -e${NATIVE_EMULATION}.c ${LDSCRIPTS_${NATIVE_EMULATION}}: \ - emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \ - scripttempl/elf.sc genscripts.sh stringify.sed sort-sections.sh - sh ${SRCDIR}/ld/genscripts.sh \ - ${SRCDIR:Q}/ld \ - ${_x86_64_path:Q} \ - "" \ - "" \ - ${HOST} \ - ${TARGET_TUPLE:Q} \ - ${TARGET_TUPLE:Q} \ - ${NATIVE_EMULATION:Q} \ - "" \ - no \ - ${NATIVE_EMULATION:Q} \ - ${TARGET_TUPLE:Q} \ - sort-sections - -X86_EMULATION= elf_i386 -# XXX adjust path -_i386_path= ${USRDATA_PREFIX}/usr/lib/i386 -EMS+= ${X86_EMULATION} -.for ext in ${ELF_SCR_EXT} -LDSCRIPTS_${X86_EMULATION}+= ${X86_EMULATION}.${ext} -.endfor -LDSCRIPTS+= ${LDSCRIPTS_${X86_EMULATION}} - -SRCS+= e${X86_EMULATION}.c -CLEANFILES+= e${X86_EMULATION}.c -e${X86_EMULATION}.c ${LDSCRIPTS_${X86_EMULATION}}: \ - emulparams/${X86_EMULATION}.sh emultempl/elf32.em \ - scripttempl/elf.sc genscripts.sh stringify.sed sort-sections.sh - sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR:Q}/ld ${_i386_path:Q} \ - "" "" \ - ${HOST} ${TARGET_TUPLE:Q} ${TARGET_TUPLE:Q} \ - ${X86_EMULATION:Q} "" no ${X86_EMULATION:Q} ${TARGET_TUPLE:Q} \ - sort-sections diff --git a/gnu/usr.bin/binutils217/ld/config.h b/gnu/usr.bin/binutils217/ld/config.h deleted file mode 100644 index b23b09ccda..0000000000 --- a/gnu/usr.bin/binutils217/ld/config.h +++ /dev/null @@ -1,224 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/ld/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.in by autoheader. */ - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -/* #undef CRAY_STACKSEG_END */ - -/* Define to 1 if using `alloca.c'. */ -/* #undef C_ALLOCA */ - -/* Define to 1 if NLS is requested */ -/* #undef ENABLE_NLS 0 */ - -/* Additional extension a shared object might have. */ -/* #undef EXTRA_SHLIB_EXTENSION */ - -/* Define to 1 if you have `alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if you have and it should be used (not on Ultrix). - */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ARGZ_H */ - -/* Define to 1 if you have the `dcgettext' function. */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the declaration of `environ', and to 0 if you - don't. */ -#define HAVE_DECL_ENVIRON 0 - -/* Define to 1 if you have the declaration of `free', and to 0 if you don't. - */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. - */ -#define HAVE_DECL_GETENV 1 - -/* Is the prototype for getopt in in the expected format? */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. - */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. - */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#define HAVE_DIRENT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_ELF_HINTS_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define to 1 if you have the `glob' function. */ -#define HAVE_GLOB 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `munmap' function. */ -#define HAVE_MUNMAP 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_NDIR_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define to 1 if you have the `realpath' function. */ -#define HAVE_REALPATH 1 - -/* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -/* #undef HAVE_SYS_DIR_H */ - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -/* #undef HAVE_SYS_NDIR_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VALUES_H */ - -/* Define to 1 if you have the `__argz_count' function. */ -/* #undef HAVE___ARGZ_COUNT */ - -/* Define to 1 if you have the `__argz_next' function. */ -/* #undef HAVE___ARGZ_NEXT */ - -/* Define to 1 if you have the `__argz_stringify' function. */ -/* #undef HAVE___ARGZ_STRINGIFY */ - -/* Name of package */ -#define PACKAGE "ld" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Use b modifier when opening binary files? */ -/* #undef USE_BINARY_FOPEN */ - -/* Version number of package */ -#define VERSION "2.17" - -/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a - `char[]'. */ -#define YYTEXT_POINTER 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `long' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ diff --git a/gnu/usr.bin/binutils217/libbfd/Makefile b/gnu/usr.bin/binutils217/libbfd/Makefile deleted file mode 100644 index 42bad0f324..0000000000 --- a/gnu/usr.bin/binutils217/libbfd/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libbfd/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes - -CONTRIBDIR= ${SRCDIR}/bfd - -LIB= bfd -SRCS+= archive.c archive64.c archures.c bfd.c bfdio.c binary.c cache.c \ - coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \ - hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \ - section.c simple.c srec.c stab-syms.c stabs.c syms.c \ - targets.c tekhex.c \ - targmatch.h dwarf1.c dwarf2.c config.h bfd.h bfdver.h -.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64") -WARNS= 2 -.endif -CFLAGS+= -I${SRCDIR}/bfd -INTERNALLIB= true - -CLEANFILES+= bfd.h bfdver.h targmatch.h - -# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU -# binutils release. FreeBSD only distributes the bits that are required to -# build native architectures. BINUTILSDISTDIR is needed to build cross tools. -.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) -.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes -CFLAGS+= -I${BINUTILSDISTDIR}/bfd -I${BINUTILSDISTDIR}/include -I. -.endif - -# XXX broken -SELARCH= -.if ${BINUTIL_ARCH} == "x86_64" -SELARCH= &bfd_i386_arch -.else -.for _a in ${ARCHS} -.if ${SELARCH} == "" -SELARCH+= &bfd_${_a}_arch -.else -SELARCH+= ,&bfd_${_a}_arch -.endif -.endfor -.endif -CFLAGS+= -DSELECT_ARCHITECTURES="${SELARCH}" - -SELVEC= -.for _v in ${VECS} -CFLAGS+= -DHAVE_${_v} -.if ${SELVEC} == "" -SELVEC+= &${_v} -.else -SELVEC+= ,&${_v} -.endif -.endfor -.if defined(DEFAULT_VECTOR) -CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} -.endif -CFLAGS+= -DSELECT_VECS="${SELVEC}" - -# Used to do keyword replacement in bfd-X.h -# -.if ${MACHINE_ARCH} == "i386" -BFD_HOST_64BIT_LONG?=0 -BFD_HOST_64_BIT?=long long -BFD_HOST_U_64_BIT?=unsigned long long -.else -BFD_HOST_64BIT_LONG?=1 -BFD_HOST_64_BIT?=long long -BFD_HOST_U_64_BIT?=unsigned long long -.endif -BFD_HOST_64_BIT_DEFINED?=1 -BFD_HOST_LONG_LONG?=1 - -bfd.h: ${SRCDIR}/bfd/bfd-in2.h - sed -e "s/@wordsize@/${BFD_ARCH_SIZE}/g" \ - -e "s/@bfd_default_target_size@/${BFD_DEFAULT_TARGET_SIZE}/g" \ - -e "s/@BFD_HOST_64BIT_LONG@/${BFD_HOST_64BIT_LONG}/g" \ - -e "s/@BFD_HOST_64_BIT@/${BFD_HOST_64_BIT}/g" \ - -e "s/@BFD_HOST_U_64_BIT@/${BFD_HOST_U_64_BIT}/g" \ - -e "s/@BFD_HOST_64_BIT_DEFINED@/${BFD_HOST_64_BIT_DEFINED}/g" \ - -e "s/@BFD_HOST_LONG_LONG@/${BFD_HOST_LONG_LONG}/g" \ - -e "s/@bfd_file_ptr@/${BFD_HOST_64_BIT}/g" \ - < ${SRCDIR}/bfd/bfd-in2.h > bfd.h.new - mv -f bfd.h.new bfd.h - -bfdver.h: ${SRCDIR}/bfd/version.h - sed -e "s/@bfd_version_string@/\\\"`echo -n ${VERSION}`\\\"/g" \ - -e "s/@bfd_version@/${VERSION_BFD}/g" \ - < ${SRCDIR}/bfd/version.h > bfdver.h.new - mv -f bfdver.h.new bfdver.h - -# match targets defined in the assembler's targ-env.h with an output vector. -# XXX i386-*-dragonfly and x86_64-*-dragonfly are obsolete, but not quite -# removed from the binutils build yet. -targmatch.h: targmatch.sed config.bfd - sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}.new - echo ${TARGMATCH:Q} >> ${.TARGET}.new - mv -f ${.TARGET}.new ${.TARGET} - -.include diff --git a/gnu/usr.bin/binutils217/libbfd/Makefile.i386 b/gnu/usr.bin/binutils217/libbfd/Makefile.i386 deleted file mode 100644 index f7cdd7a4bb..0000000000 --- a/gnu/usr.bin/binutils217/libbfd/Makefile.i386 +++ /dev/null @@ -1,25 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libbfd/Makefile.i386,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -BFD_ARCH_SIZE?=32 -BFD_DEFAULT_TARGET_SIZE?=32 - -# see main Makefile -SRCS+= cpu-i386.c -SRCS+= elf32-i386.c elf32-target.h elf32.c elflink.c -SRCS+= elf-vxworks.c # BFD is stupid -VECS+= bfd_elf32_i386_vec - -DEFAULT_VECTOR?= bfd_elf32_i386_vec - -TARGMATCH+= { "elf32-i386-dragonfly*", &bfd_elf32_i386_vec }, -TARGMATCH+= { "i386-*-dragonfly*", &bfd_elf32_i386_vec }, - -.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) -SRCS+= pe-i386.c pei-i386.c -VECS+= i386pe_vec i386pei_vec -.endif - -CLEANFILES+= elf32-target.h - -elf32-target.h: elfxx-target.h - sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET} diff --git a/gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 b/gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 deleted file mode 100644 index 78cc494997..0000000000 --- a/gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 +++ /dev/null @@ -1,17 +0,0 @@ -BFD_ARCH_SIZE?=64 -BFD_DEFAULT_TARGET_SIZE?=64 - -SRCS+= elf64-x86-64.c elf64-target.h elf64-gen.c elf64.c -VECS+= bfd_elf64_x86_64_vec - -DEFAULT_VECTOR?= bfd_elf64_x86_64_vec - -TARGMATCH+= { "elf64-x86_64-dragonfly*", &bfd_elf64_x86_64_vec }, -TARGMATCH+= { "x86_64-*-dragonfly*", &bfd_elf64_x86_64_vec }, - -CLEANFILES+= elf64-target.h - -elf64-target.h: elfxx-target.h - sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET} - -.include "${.CURDIR}/Makefile.i386" diff --git a/gnu/usr.bin/binutils217/libbfd/config.h b/gnu/usr.bin/binutils217/libbfd/config.h deleted file mode 100644 index 7604ed0fdd..0000000000 --- a/gnu/usr.bin/binutils217/libbfd/config.h +++ /dev/null @@ -1,377 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/libbfd/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.in by autoheader. */ - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -/* #undef CRAY_STACKSEG_END */ - -/* Define to 1 if using `alloca.c'. */ -/* #undef C_ALLOCA */ - -/* Define to 1 if NLS is requested */ -/* #undef ENABLE_NLS */ - -/* Define to 1 if you have `alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if you have and it should be used (not on Ultrix). - */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ARGZ_H */ - -/* Define to 1 if you have the `dcgettext' function. */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the declaration of `basename', and to 0 if you - don't. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ -#define HAVE_DECL_FFS 1 - -/* Define to 1 if you have the declaration of `free', and to 0 if you don't. - */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. - */ -#define HAVE_DECL_FSEEKO 1 - -/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you - don't. */ -#define HAVE_DECL_FSEEKO64 0 - -/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. - */ -#define HAVE_DECL_FTELLO 1 - -/* Define to 1 if you have the declaration of `ftello64', and to 0 if you - don't. */ -#define HAVE_DECL_FTELLO64 0 - -/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. - */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. - */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if you have the declaration of `realloc', and to 0 if you - don't. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if you have the declaration of `snprintf', and to 0 if you - don't. */ -#define HAVE_DECL_SNPRINTF 1 - -/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. - */ -#define HAVE_DECL_STPCPY 0 - -/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. - */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you - don't. */ -#define HAVE_DECL_VSNPRINTF 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#define HAVE_DIRENT_H 1 - -/* Define to 1 if you have the `fcntl' function. */ -#define HAVE_FCNTL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the `fdopen' function. */ -#define HAVE_FDOPEN 1 - -/* Define to 1 if you have the `fopen64' function. */ -/* #undef HAVE_FOPEN64 */ - -/* Define to 1 if you have the `fseeko' function. */ -#define HAVE_FSEEKO 1 - -/* Define to 1 if you have the `fseeko64' function. */ -/* #undef HAVE_FSEEKO64 */ - -/* Define to 1 if you have the `ftello' function. */ -#define HAVE_FTELLO 1 - -/* Define to 1 if you have the `ftello64' function. */ -/* #undef HAVE_FTELLO64 */ - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getgid' function. */ -#define HAVE_GETGID 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define to 1 if you have the `getuid' function. */ -#define HAVE_GETUID 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if has lwpstatus_t. */ -/* #undef HAVE_LWPSTATUS_T */ - -/* Define if has lwpstatus_t.pr_context. */ -/* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ - -/* Define if has lwpstatus_t.pr_reg. */ -/* #undef HAVE_LWPSTATUS_T_PR_REG */ - -/* Define if has lwpxstatus_t. */ -/* #undef HAVE_LWPXSTATUS_T */ - -/* Define to 1 if you have the `madvise' function. */ -#define HAVE_MADVISE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `mprotect' function. */ -#define HAVE_MPROTECT 1 - -/* Define to 1 if you have the `munmap' function. */ -#define HAVE_MUNMAP 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_NDIR_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if has prpsinfo32_t. */ -/* #undef HAVE_PRPSINFO32_T */ - -/* Define if has prpsinfo_t. */ -#define HAVE_PRPSINFO_T 1 - -/* Define if has prstatus32_t. */ -/* #undef HAVE_PRSTATUS32_T */ - -/* Define if has prstatus32_t.pr_who. */ -/* #undef HAVE_PRSTATUS32_T_PR_WHO */ - -/* Define if has prstatus_t. */ -#define HAVE_PRSTATUS_T 1 - -/* Define if has prstatus_t.pr_who. */ -/* #undef HAVE_PRSTATUS_T_PR_WHO */ - -/* Define if has psinfo32_t. */ -/* #undef HAVE_PSINFO32_T */ - -/* Define if has psinfo_t. */ -/* #undef HAVE_PSINFO_T */ - -/* Define if has pstatus32_t. */ -/* #undef HAVE_PSTATUS32_T */ - -/* Define if has pstatus_t. */ -/* #undef HAVE_PSTATUS_T */ - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define if has pxstatus_t. */ -/* #undef HAVE_PXSTATUS_T */ - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `setitimer' function. */ -#define HAVE_SETITIMER 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDDEF_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strtoull' function. */ -#define HAVE_STRTOULL 1 - -/* Define if struct core_dumpx has member c_impl */ -/* #undef HAVE_ST_C_IMPL */ - -/* Define to 1 if you have the `sysconf' function. */ -#define HAVE_SYSCONF 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -/* #undef HAVE_SYS_DIR_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -/* #undef HAVE_SYS_NDIR_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PROCFS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VALUES_H */ - -/* Define if has win32_pstatus_t. */ -/* #undef HAVE_WIN32_PSTATUS_T */ - -/* Define to 1 if you have the `__argz_count' function. */ -/* #undef HAVE___ARGZ_COUNT */ - -/* Define to 1 if you have the `__argz_next' function. */ -/* #undef HAVE___ARGZ_NEXT */ - -/* Define to 1 if you have the `__argz_stringify' function. */ -/* #undef HAVE___ARGZ_STRINGIFY */ - -/* Name of package */ -#define PACKAGE "bfd" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* The size of a `long', as computed by sizeof. */ -#define SIZEOF_LONG 4 - -/* The size of a `long long', as computed by sizeof. */ -#define SIZEOF_LONG_LONG 8 - -/* The size of a `off_t', as computed by sizeof. */ -#define SIZEOF_OFF_T 8 - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both and . */ -#define STRING_WITH_STRINGS 1 - -/* Define to 1 if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 - -/* Name of host specific header file to include in trad-core.c. */ -/* #undef TRAD_HEADER */ - -/* Use b modifier when opening binary files? */ -/* #undef USE_BINARY_FOPEN */ - -/* Use mmap if it's available? */ -/* #undef USE_MMAP */ - -/* Define if we should default to creating read-only plt entries */ -/* #undef USE_SECUREPLT */ - -/* Version number of package */ -#define VERSION "2.17" - -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `long' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ diff --git a/gnu/usr.bin/binutils217/libbinutils/Makefile b/gnu/usr.bin/binutils217/libbinutils/Makefile deleted file mode 100644 index 469673403a..0000000000 --- a/gnu/usr.bin/binutils217/libbinutils/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libbinutils/Makefile,v 1.2 2007/07/16 18:25:39 corecode Exp $ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils - -LIB= binutils -SRCS+= arlex.c arparse.c ar.c arsup.c binemul.c bucomm.c budemang.c debug.c \ - dwarf.c emul_vanilla.c \ - filemode.c ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \ - wrstabs.c version.c -WARNS= 0 -CFLAGS+= -DTARGET=\"${TARGET_ARCH}-just-dragonfly\" -CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -CFLAGS+= -Dbin_dummy_emulation=bin_vanilla_emulation -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -INTERNALLIB= true - -.include diff --git a/gnu/usr.bin/binutils217/libbinutils/Makefile.i386 b/gnu/usr.bin/binutils217/libbinutils/Makefile.i386 deleted file mode 100644 index 05a6f857c8..0000000000 --- a/gnu/usr.bin/binutils217/libbinutils/Makefile.i386 +++ /dev/null @@ -1,4 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libbinutils/Makefile.i386,v 1.1 2007/04/13 12:24:32 corecode Exp $ -# - -TARGET= i386-unknown-dragonfly diff --git a/gnu/usr.bin/binutils217/libbinutils/config.h b/gnu/usr.bin/binutils217/libbinutils/config.h deleted file mode 100644 index 1a1bcd5c21..0000000000 --- a/gnu/usr.bin/binutils217/libbinutils/config.h +++ /dev/null @@ -1,269 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/libbinutils/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.in by autoheader. */ - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -/* #undef CRAY_STACKSEG_END */ - -/* Define to 1 if using `alloca.c'. */ -/* #undef C_ALLOCA */ - -/* Define to 1 if NLS is requested */ -/* #undef ENABLE_NLS */ - -/* Suffix used for executables, if any. */ -#define EXECUTABLE_SUFFIX "" - -/* Define to 1 if you have `alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if you have and it should be used (not on Ultrix). - */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ARGZ_H */ - -/* Define to 1 if you have the `dcgettext' function. */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the declaration of `environ', and to 0 if you - don't. */ -#define HAVE_DECL_ENVIRON 0 - -/* Define to 1 if you have the declaration of `fprintf', and to 0 if you - don't. */ -#define HAVE_DECL_FPRINTF 1 - -/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you - don't. */ -#define HAVE_DECL_GETC_UNLOCKED 1 - -/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. - */ -#define HAVE_DECL_GETENV 1 - -/* Is the prototype for getopt in in the expected format? */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. - */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if you have the declaration of `snprintf', and to 0 if you - don't. */ -#define HAVE_DECL_SNPRINTF 1 - -/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. - */ -#define HAVE_DECL_STPCPY 0 - -/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. - */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you - don't. */ -#define HAVE_DECL_VSNPRINTF 1 - -/* Does the platform use an executable suffix? */ -/* #undef HAVE_EXECUTABLE_SUFFIX */ - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Is fopen64 available? */ -/* #undef HAVE_FOPEN64 */ - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getc_unlocked' function. */ -#define HAVE_GETC_UNLOCKED 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Does define struct utimbuf? */ -#define HAVE_GOOD_UTIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `munmap' function. */ -#define HAVE_MUNMAP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the `setmode' function. */ -#define HAVE_SETMODE 1 - -/* Is stat64 available? */ -/* #undef HAVE_STAT64 */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the `strcoll' function. */ -#define HAVE_STRCOLL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have that is POSIX.1 compatible. */ -#define HAVE_SYS_WAIT_H 1 - -/* Is the type time_t defined in ? */ -#define HAVE_TIME_T_IN_TIME_H 1 - -/* Is the type time_t defined in ? */ -#define HAVE_TIME_T_IN_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the `utimes' function. */ -#define HAVE_UTIMES 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VALUES_H */ - -/* Define to 1 if you have the `__argz_count' function. */ -/* #undef HAVE___ARGZ_COUNT */ - -/* Define to 1 if you have the `__argz_next' function. */ -/* #undef HAVE___ARGZ_NEXT */ - -/* Define to 1 if you have the `__argz_stringify' function. */ -/* #undef HAVE___ARGZ_STRINGIFY */ - -/* Name of package */ -#define PACKAGE "binutils" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Configured target name. */ -/* #define TARGET "i386-unknown-dragonfly1.9.0" */ - -/* Define to 1 if user symbol names have a leading underscore, 0 if not. */ -#define TARGET_PREPENDS_UNDERSCORE 0 - -/* Use b modifier when opening binary files? */ -/* #undef USE_BINARY_FOPEN */ - -/* Version number of package */ -#define VERSION "2.17" - -/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a - `char[]'. */ -#define YYTEXT_POINTER 1 - -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -/* Enable LFS */ -/* #undef _LARGEFILE64_SOURCE */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `long' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ diff --git a/gnu/usr.bin/binutils217/libiberty/Makefile b/gnu/usr.bin/binutils217/libiberty/Makefile deleted file mode 100644 index 322414b638..0000000000 --- a/gnu/usr.bin/binutils217/libiberty/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libiberty/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/libiberty - -LIB= iberty -SRCS= argv.c choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \ - dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \ - hex.c floatformat.c hashtab.c lbasename.c lrealpath.c \ - make-temp-file.c make-relative-prefix.c \ - objalloc.c obstack.c safe-ctype.c stpcpy.c unlink-if-ordinary.c \ - xatexit.c xexit.c xmalloc.c \ - xstrdup.c xstrerror.c -WARNS= 1 -CFLAGS+= -DHAVE_CONFIG_H -INTERNALLIB= true - -.include diff --git a/gnu/usr.bin/binutils217/libiberty/alloca-conf.h b/gnu/usr.bin/binutils217/libiberty/alloca-conf.h deleted file mode 100644 index 12e8f300b8..0000000000 --- a/gnu/usr.bin/binutils217/libiberty/alloca-conf.h +++ /dev/null @@ -1,4 +0,0 @@ -/* - * $DragonFly: src/gnu/usr.bin/binutils217/libiberty/alloca-conf.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ - */ -#include diff --git a/gnu/usr.bin/binutils217/libiberty/config.h b/gnu/usr.bin/binutils217/libiberty/config.h deleted file mode 100644 index bff011868d..0000000000 --- a/gnu/usr.bin/binutils217/libiberty/config.h +++ /dev/null @@ -1,446 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/libiberty/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.ac by autoheader. */ - -/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. - This function is required for alloca.c support on those systems. */ -/* #undef CRAY_STACKSEG_END */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the `asprintf' function. */ -#define HAVE_ASPRINTF 1 - -/* Define to 1 if you have the `atexit' function. */ -#define HAVE_ATEXIT 1 - -/* Define to 1 if you have the `basename' function. */ -#define HAVE_BASENAME 1 - -/* Define to 1 if you have the `bcmp' function. */ -#define HAVE_BCMP 1 - -/* Define to 1 if you have the `bcopy' function. */ -#define HAVE_BCOPY 1 - -/* Define to 1 if you have the `bsearch' function. */ -#define HAVE_BSEARCH 1 - -/* Define to 1 if you have the `bzero' function. */ -#define HAVE_BZERO 1 - -/* Define to 1 if you have the `calloc' function. */ -#define HAVE_CALLOC 1 - -/* Define to 1 if you have the `canonicalize_file_name' function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define to 1 if you have the `clock' function. */ -#define HAVE_CLOCK 1 - -/* Define to 1 if you have the declaration of `asprintf', and to 0 if you - don't. */ -#define HAVE_DECL_ASPRINTF 1 - -/* Define to 1 if you have the declaration of `basename', and to 0 if you - don't. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. - */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ -#define HAVE_DECL_FFS 1 - -/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. - */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. - */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. - */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if you have the declaration of `realloc', and to 0 if you - don't. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. - */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if you have the declaration of `snprintf', and to 0 if you - don't. */ -#define HAVE_DECL_SNPRINTF 1 - -/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you - don't. */ -#define HAVE_DECL_STRVERSCMP 0 - -/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you - don't. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you - don't. */ -#define HAVE_DECL_VSNPRINTF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the `ffs' function. */ -#define HAVE_FFS 1 - -/* Define to 1 if you have the `fork' function. */ -#define HAVE_FORK 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define to 1 if you have the `getrusage' function. */ -#define HAVE_GETRUSAGE 1 - -/* Define to 1 if you have the `getsysinfo' function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define to 1 if you have the `gettimeofday' function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define to 1 if you have the `index' function. */ -#define HAVE_INDEX 1 - -/* Define to 1 if you have the `insque' function. */ -/* #undef HAVE_INSQUE */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_MALLOC_H */ - -/* Define to 1 if you have the `memchr' function. */ -#define HAVE_MEMCHR 1 - -/* Define to 1 if you have the `memcmp' function. */ -#define HAVE_MEMCMP 1 - -/* Define to 1 if you have the `memcpy' function. */ -#define HAVE_MEMCPY 1 - -/* Define to 1 if you have the `memmove' function. */ -#define HAVE_MEMMOVE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the `mempcpy' function. */ -/* #undef HAVE_MEMPCPY */ - -/* Define to 1 if you have the `memset' function. */ -#define HAVE_MEMSET 1 - -/* Define to 1 if you have the `mkstemps' function. */ -#define HAVE_MKSTEMPS 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `on_exit' function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define to 1 if you have the `psignal' function. */ -#define HAVE_PSIGNAL 1 - -/* Define to 1 if you have the `pstat_getdynamic' function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define to 1 if you have the `pstat_getstatic' function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define to 1 if you have the `random' function. */ -#define HAVE_RANDOM 1 - -/* Define to 1 if you have the `realpath' function. */ -#define HAVE_REALPATH 1 - -/* Define to 1 if you have the `rename' function. */ -#define HAVE_RENAME 1 - -/* Define to 1 if you have the `rindex' function. */ -#define HAVE_RINDEX 1 - -/* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `sigsetmask' function. */ -#define HAVE_SIGSETMASK 1 - -/* Define to 1 if you have the `snprintf' function. */ -#define HAVE_SNPRINTF 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_STDIO_EXT_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the `stpcpy' function. */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `stpncpy' function. */ -/* #undef HAVE_STPNCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the `strdup' function. */ -#define HAVE_STRDUP 1 - -/* Define to 1 if you have the `strerror' function. */ -#define HAVE_STRERROR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strncasecmp' function. */ -#define HAVE_STRNCASECMP 1 - -/* Define to 1 if you have the `strndup' function. */ -#define HAVE_STRNDUP 1 - -/* Define to 1 if you have the `strrchr' function. */ -#define HAVE_STRRCHR 1 - -/* Define to 1 if you have the `strsignal' function. */ -#define HAVE_STRSIGNAL 1 - -/* Define to 1 if you have the `strstr' function. */ -#define HAVE_STRSTR 1 - -/* Define to 1 if you have the `strtod' function. */ -#define HAVE_STRTOD 1 - -/* Define to 1 if you have the `strtol' function. */ -#define HAVE_STRTOL 1 - -/* Define to 1 if you have the `strtoul' function. */ -#define HAVE_STRTOUL 1 - -/* Define to 1 if you have the `strverscmp' function. */ -/* #undef HAVE_STRVERSCMP */ - -/* Define to 1 if you have the `sysconf' function. */ -#define HAVE_SYSCONF 1 - -/* Define to 1 if you have the `sysctl' function. */ -#define HAVE_SYSCTL 1 - -/* Define to 1 if you have the `sysmp' function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have that is POSIX.1 compatible. */ -#define HAVE_SYS_WAIT_H 1 - -/* Define to 1 if you have the `table' function. */ -/* #undef HAVE_TABLE */ - -/* Define to 1 if you have the `times' function. */ -#define HAVE_TIMES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_TIME_H 1 - -/* Define to 1 if you have the `tmpnam' function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the \`uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the `vasprintf' function. */ -#define HAVE_VASPRINTF 1 - -/* Define to 1 if you have the `vfork' function. */ -#define HAVE_VFORK 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VFORK_H */ - -/* Define to 1 if you have the `vfprintf' function. */ -#define HAVE_VFPRINTF 1 - -/* Define to 1 if you have the `vprintf' function. */ -#define HAVE_VPRINTF 1 - -/* Define to 1 if you have the `vsnprintf' function. */ -#define HAVE_VSNPRINTF 1 - -/* Define to 1 if you have the `vsprintf' function. */ -#define HAVE_VSPRINTF 1 - -/* Define to 1 if you have the `wait3' function. */ -#define HAVE_WAIT3 1 - -/* Define to 1 if you have the `wait4' function. */ -#define HAVE_WAIT4 1 - -/* Define to 1 if you have the `waitpid' function. */ -#define HAVE_WAITPID 1 - -/* Define to 1 if `fork' works. */ -#define HAVE_WORKING_FORK 1 - -/* Define to 1 if `vfork' works. */ -#define HAVE_WORKING_VFORK 1 - -/* Define to 1 if you have the `_doprnt' function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define to 1 if you have the `__fsetlocking' function. */ -/* #undef HAVE___FSETLOCKING */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - -/* Define if errno must be declared even when is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -/* #undef NO_MINUS_C_MINUS_O */ - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* The size of a `int', as computed by sizeof. */ -#define SIZEOF_INT 4 - -/* Define if you know the direction of stack growth for your system; otherwise - it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows - toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -#define STACK_DIRECTION -1 - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define to 1 if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 - -/* Define to an unsigned 64-bit type available in the compiler. */ -#define UNSIGNED_64BIT_TYPE uint64_t - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `int' if does not define. */ -/* #undef pid_t */ - -/* Define to `unsigned long' if does not define. */ -/* #undef uintptr_t */ - -/* Define as `fork' if `vfork' does not work. */ -/* #undef vfork */ diff --git a/gnu/usr.bin/binutils217/libopcodes/Makefile b/gnu/usr.bin/binutils217/libopcodes/Makefile deleted file mode 100644 index f835cd60c5..0000000000 --- a/gnu/usr.bin/binutils217/libopcodes/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libopcodes/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/opcodes - -LIB= opcodes -SRCS+= dis-buf.c disassemble.c dis-init.c -CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -INTERNALLIB= true - -# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU -# binutils release. FreeBSD only distributes the bits that are required to -# build native architectures. BINUTILSDISTDIR is needed to build cross tools. -.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) -.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes -CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd -CFLAGS+= -I${BINUTILSDISTDIR}/include -.endif - -.include diff --git a/gnu/usr.bin/binutils217/libopcodes/Makefile.i386 b/gnu/usr.bin/binutils217/libopcodes/Makefile.i386 deleted file mode 100644 index 308bf37fed..0000000000 --- a/gnu/usr.bin/binutils217/libopcodes/Makefile.i386 +++ /dev/null @@ -1,4 +0,0 @@ -# $DragonFly: src/gnu/usr.bin/binutils217/libopcodes/Makefile.i386,v 1.1 2007/04/13 12:24:32 corecode Exp $ - -SRCS+= i386-dis.c -CFLAGS+= -DARCH_i386 diff --git a/gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 b/gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 deleted file mode 100644 index 2909164f6b..0000000000 --- a/gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -SRCS+= i386-dis.c -CFLAGS+= -DARCH_i386 diff --git a/gnu/usr.bin/binutils217/libopcodes/config.h b/gnu/usr.bin/binutils217/libopcodes/config.h deleted file mode 100644 index 0b731072a8..0000000000 --- a/gnu/usr.bin/binutils217/libopcodes/config.h +++ /dev/null @@ -1,168 +0,0 @@ -/* $DragonFly: src/gnu/usr.bin/binutils217/libopcodes/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */ -/* config.h. Generated by configure. */ -/* config.in. Generated from configure.in by autoheader. */ - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -/* #undef CRAY_STACKSEG_END */ - -/* Define to 1 if using `alloca.c'. */ -/* #undef C_ALLOCA */ - -/* Define to 1 if NLS is requested */ -/* #undef ENABLE_NLS */ - -/* Define to 1 if you have `alloca', as a function or macro. */ -#define HAVE_ALLOCA 1 - -/* Define to 1 if you have and it should be used (not on Ultrix). - */ -/* #undef HAVE_ALLOCA_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ARGZ_H */ - -/* Define to 1 if you have the `dcgettext' function. */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the declaration of `basename', and to 0 if you - don't. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `getpagesize' function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have a working `mmap' system call. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the `munmap' function. */ -#define HAVE_MUNMAP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define to 1 if you have the `putenv' function. */ -#define HAVE_PUTENV 1 - -/* Define to 1 if you have the `setenv' function. */ -#define HAVE_SETENV 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VALUES_H */ - -/* Define to 1 if you have the `__argz_count' function. */ -/* #undef HAVE___ARGZ_COUNT */ - -/* Define to 1 if you have the `__argz_next' function. */ -/* #undef HAVE___ARGZ_NEXT */ - -/* Define to 1 if you have the `__argz_stringify' function. */ -/* #undef HAVE___ARGZ_STRINGIFY */ - -/* Name of package */ -#define PACKAGE "opcodes" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -/* #undef STACK_DIRECTION */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "2.17" - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `long' if does not define. */ -/* #undef off_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ diff --git a/gnu/usr.bin/binutils217/nm/Makefile b/gnu/usr.bin/binutils217/nm/Makefile deleted file mode 100644 index 48739721b6..0000000000 --- a/gnu/usr.bin/binutils217/nm/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= nm -MAN= nm217.1 -WARNS= 2 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -nm217.1: ${SRCDIR}/binutils/doc/nm.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= nm217.1 - -.include diff --git a/gnu/usr.bin/binutils217/objcopy/Makefile b/gnu/usr.bin/binutils217/objcopy/Makefile deleted file mode 100644 index f14324cb97..0000000000 --- a/gnu/usr.bin/binutils217/objcopy/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= objcopy -SRCS= debug.c ieee.c not-strip.c objcopy.c rename.c rdcoff.c rddbg.c \ - stabs.c wrstabs.c -MAN= objcopy217.1 -WARNS= 1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -objcopy217.1: ${SRCDIR}/binutils/doc/objcopy.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= objcopy217.1 - -.include diff --git a/gnu/usr.bin/binutils217/objdump/Makefile b/gnu/usr.bin/binutils217/objdump/Makefile deleted file mode 100644 index b0f84d5959..0000000000 --- a/gnu/usr.bin/binutils217/objdump/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= objdump -SRCS= objdump.c prdbg.c -MAN= objdump217.1 -WARNS= 1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libopcodes/libopcodes.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -objdump217.1: ${SRCDIR}/binutils/doc/objdump.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= objdump217.1 - -.include diff --git a/gnu/usr.bin/binutils217/ranlib/Makefile b/gnu/usr.bin/binutils217/ranlib/Makefile deleted file mode 100644 index 8fa61c3776..0000000000 --- a/gnu/usr.bin/binutils217/ranlib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= ranlib -SRCS= ar.c is-ranlib.c -MAN= ranlib217.1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd - -NOSHARED?= yes -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -ranlib217.1: ${SRCDIR}/binutils/doc/ranlib.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= ranlib217.1 - -.include diff --git a/gnu/usr.bin/binutils217/readelf/Makefile b/gnu/usr.bin/binutils217/readelf/Makefile deleted file mode 100644 index ef617754b2..0000000000 --- a/gnu/usr.bin/binutils217/readelf/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= readelf -MAN= readelf217.1 -WARNS= 1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd - -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -readelf217.1: ${SRCDIR}/binutils/doc/readelf.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= readelf217.1 - -.include diff --git a/gnu/usr.bin/binutils217/size/Makefile b/gnu/usr.bin/binutils217/size/Makefile deleted file mode 100644 index 4426fe5182..0000000000 --- a/gnu/usr.bin/binutils217/size/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= size -MAN= size217.1 -WARNS= 2 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -size217.1: ${SRCDIR}/binutils/doc/size.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= size217.1 - -.include diff --git a/gnu/usr.bin/binutils217/strings/Makefile b/gnu/usr.bin/binutils217/strings/Makefile deleted file mode 100644 index a04cbeffa7..0000000000 --- a/gnu/usr.bin/binutils217/strings/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= strings -MAN= strings217.1 -WARNS= 2 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} - -strings217.1: ${SRCDIR}/binutils/doc/strings.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= strings217.1 - -.include diff --git a/gnu/usr.bin/binutils217/strip/Makefile b/gnu/usr.bin/binutils217/strip/Makefile deleted file mode 100644 index 80258ea3b1..0000000000 --- a/gnu/usr.bin/binutils217/strip/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc - -PROG= strip -SRCS= objcopy.c is-strip.c -MAN= strip217.1 -WARNS= 1 -CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -I${SRCDIR}/bfd -I${.OBJDIR}/../libbfd -DPADD= ${RELTOP}/libbinutils/libbinutils.a -DPADD+= ${RELTOP}/libbfd/libbfd.a -DPADD+= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} -CLEANFILES+= maybe_stripped - -all: maybe_stripped - -maybe_stripped: strip - cp strip maybe_stripped -.if defined(STRIP) -.if ${STRIP:M-s} != "" - -strip maybe_stripped -.endif -.endif - -strip217.1: ${SRCDIR}/binutils/doc/strip.1 - cp ${.ALLSRC} ${.TARGET} - -CLEANFILES+= strip217.1 - -realinstall: - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - maybe_stripped ${DESTDIR}${BINDIR}/strip - -.include -- 2.41.0