This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows tools from binutils 2.18


Hi Dave,

Is i386-pe format included in --enable-targets=all?

Yes.


Does --enable-targets=all build the windows tools?

Not without the patch below...


It probably ought to be implied
if the requisite output format is available.

Agreed. I will check the patch in.


Cheers
  Nick

binutils/ChangeLog
	* configure.in: Build windows tools for --enable-targets=all.
	* configure: Regenerate.
Index: binutils/configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.83
diff -c -3 -p -r1.83 configure.in
*** binutils/configure.in	31 Aug 2007 10:32:42 -0000	1.83
--- binutils/configure.in	16 Oct 2007 16:05:14 -0000
*************** do
*** 225,230 ****
--- 225,238 ----
  	BUILD_SRCONV='$(SRCONV_PROG)'
  	NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
  	BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
+ 	BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+ 	BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
+ 	BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
+ 	if test -z "$DLLTOOL_DEFAULT"; then
+ 	  DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
+ 	fi
+ 	DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
+ 	BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
      else
  	case $targ in
  changequote(,)dnl

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]