This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


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

binutils/gas diffs for djgpp



Tue Jul 19 21:00:00 1994  DJ Delorie (dj@ctron.com)

	* configure.bat: the disassember needs to be enabled for
	"objdump -d" to work in djgpp.

Note that all *.bat files should be stored and distributed with
carriage returns at the end of each line (not shown here) for DOS to
be able to run them.

DJ

-

*** orig/binut-2.4/opcodes/configur.bat	Tue Jul 19 23:05:22 1994
--- src/binut-2.4/opcodes/configur.bat	Tue Jul 19 23:23:24 1994
***************
*** 10,16 ****
  echo "s/CC = cc/CC = gcc/				">> config.sed
  
  echo "/^###$/ i\					">> config.sed
! echo "BFD_MACHINES=i386-dis.o				">> config.sed
  
  echo "s/^[ 	]*rm/	-rm/				">> config.sed
  
--- 10,17 ----
  echo "s/CC = cc/CC = gcc/				">> config.sed
  
  echo "/^###$/ i\					">> config.sed
! echo "BFD_MACHINES=i386-dis.o\				">> config.sed
! echo "ARCHDEFS=-DARCH_i386				">> config.sed
  
  echo "s/^[ 	]*rm/	-rm/				">> config.sed