config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Modification of rdos target in config.sub


From: Leif Ekblad
Subject: Modification of rdos target in config.sub
Date: Wed, 5 Dec 2012 22:06:42 +0100

I'd like to have the follow patch applied to config.sub.

*** 1020,1028 ****
--- 1020,1036 ----
   os=-pw32
   ;;
  rdos)
+   basic_machine=x86_64-pc
+   os=-rdos
+   ;;
+  rdos32)
   basic_machine=i386-pc
   os=-rdos
   ;;
+  rdos64)
+   basic_machine=x86_64-pc
+   os=-rdos
+   ;;
  rom68k)
   basic_machine=m68k-rom68k
   os=-coff

Changelog:

2012-12-05  Leif Ekblad address@hidden

* Added specific 32-bit and 64-bit targets for RDOS and changed rdos-only target to be 64-bit.

Regards,
Leif Ekblad
RDOS Development




reply via email to

[Prev in Thread] Current Thread [Next in Thread]