This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

config.sub patch



I've applied this patch from Geoff Noer to the toplevel config.sub file:


------- Forwarded Message

Sender:   law@cygnus.com
From:     noer@cygnus.com
To:       law@cygnus.com
Date:     Fri, 26 Feb 1999 16:29:43 -0800
Subject:  gcc Cygwin config patch


Hi,

Please apply the following trivial patch to devo and egcs.  Thanks!

-- 
Geoffrey Noer		Email: noer@cygnus.com
Cygnus Solutions

- ---------------------------------------

Fri Feb 26 15:24:36 1999  Geoffrey Noer  <noer@cygnus.com>

	* config.sub: Check for "cygwin*" rather than "cygwin32*"

- ---------------------------------------


diff -c -p -r1.160 config.sub
*** config.sub	1999/02/04 21:01:10	1.160
- --- config.sub	1999/02/26 23:23:26
*************** case $os in
*** 1018,1024 ****
  	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
! 	      | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
  	      | -win32* | -mingw32* | -linux-gnu* | -uxpv* | -beos*  | -udk* )
  	# Remember, each alternative MUST END IN *, to match a version number.
  		;;
- --- 1018,1024 ----
  	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
! 	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
  	      | -win32* | -mingw32* | -linux-gnu* | -uxpv* | -beos*  | -udk* )
  	# Remember, each alternative MUST END IN *, to match a version number.
  		;;

------- End of Forwarded Message



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