head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.1.6.1
	RELENG_4_11:1.1.1.1.6.1.0.18
	RELENG_4_11_BP:1.1.1.1.6.1
	RELENG_4_10_0_RELEASE:1.1.1.1.6.1
	RELENG_4_10:1.1.1.1.6.1.0.16
	RELENG_4_10_BP:1.1.1.1.6.1
	RELENG_4_9_0_RELEASE:1.1.1.1.6.1
	RELENG_4_9:1.1.1.1.6.1.0.14
	RELENG_4_9_BP:1.1.1.1.6.1
	RELENG_4_8_0_RELEASE:1.1.1.1.6.1
	RELENG_4_8:1.1.1.1.6.1.0.12
	RELENG_4_8_BP:1.1.1.1.6.1
	RELENG_4_7_0_RELEASE:1.1.1.1.6.1
	RELENG_4_7:1.1.1.1.6.1.0.10
	RELENG_4_7_BP:1.1.1.1.6.1
	RELENG_4_6_2_RELEASE:1.1.1.1.6.1
	RELENG_4_6_1_RELEASE:1.1.1.1.6.1
	RELENG_4_6_0_RELEASE:1.1.1.1.6.1
	RELENG_4_6:1.1.1.1.6.1.0.8
	RELENG_4_6_BP:1.1.1.1.6.1
	RELENG_4_5_0_RELEASE:1.1.1.1.6.1
	RELENG_4_5:1.1.1.1.6.1.0.6
	RELENG_4_5_BP:1.1.1.1.6.1
	RELENG_4_4_0_RELEASE:1.1.1.1.6.1
	RELENG_4_4:1.1.1.1.6.1.0.4
	RELENG_4_4_BP:1.1.1.1.6.1
	RELENG_4_3_0_RELEASE:1.1.1.1.6.1
	RELENG_4_3:1.1.1.1.6.1.0.2
	RELENG_4_3_BP:1.1.1.1.6.1
	RELENG_4_2_0_RELEASE:1.1.1.1
	RELENG_4_1_1_RELEASE:1.1.1.1
	PRE_SMPNG:1.1.1.1
	RELENG_4_1_0_RELEASE:1.1.1.1
	RELENG_3_5_0_RELEASE:1.1.1.1
	BEFORE_UPGRADING_2_9_1:1.1.1.1
	RELENG_4_0_0_RELEASE:1.1.1.1
	RELENG_4:1.1.1.1.0.6
	RELENG_4_BP:1.1.1.1
	RELENG_3_4_0_RELEASE:1.1.1.1
	RELENG_3_3_0_RELEASE:1.1.1.1
	RELENG_3_2_PAO:1.1.1.1.0.4
	RELENG_3_2_PAO_BP:1.1.1.1
	RELENG_3_2_0_RELEASE:1.1.1.1
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.2
	RELENG_3_BP:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	gnu_2_9_1:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.25.10.18.00;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	98.09.06.22.57.36;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.09.06.22.57.36;	author jdp;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	2000.11.25.22.56.24;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove binutils 2.9.1 files that are not part of 2.10.x.
@
text
@# Mingw32 target Makefile fragment.
# The autoconfiguration fails for a Mingw32 target, because of an
# incompatible definition of sys_errlist, which is imported from a DLL.
# Therefore, we compute the dependencies by hand.

HDEFINES = -DNO_SYS_PARAM_H -DNO_SYS_FILE_H
CONFIG_H = mgconfig.h
NEEDED_LIST = mgneeded-list

mgconfig.h: Makefile
	if [ -f ../newlib/Makefile ]; then \
	  $(MAKE) $(FLAGS_TO_PASS) xconfig.h; \
	  cp xconfig.h mgconfig.h; \
	else \
	  echo "#define NEED_sys_siglist 1" >>mgconfig.h; \
	  echo "#define NEED_strsignal 1" >>mgconfig.h; \
	  echo "#define NEED_psignal 1" >>mgconfig.h; \
	  echo "#define NEED_basename 1" >>mgconfig.h; \
	fi

mgneeded-list: Makefile
	if [ -f ../newlib/Makefile ]; then \
	  $(MAKE) $(FLAGS_TO_PASS) xneeded-list; \
	  cp xneeded-list mgneeded-list; \
	else \
	  echo getopt.o vasprintf.o >mgneeded-list; \
	fi
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import GNU binutils-2.9.1.  This will break things for a few minutes
until I've made the commits to resolve the conflicts.

Submitted by:	Doug Rabson <dfr>
@
text
@@


1.1.1.1.6.1
log
@MFC: remove binutils 2.9.1 files that are not part of 2.10.x.
@
text
@@

