* config.guess (m68k-hp-bsd): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:22:22 +11:00
parent 5edf2123d2
commit 4eeda315b0
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (m68k-hp-bsd): Remove from the C program.
2014-01-25 Ben Elliston <bje@gnu.org> 2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (arm-acron-riscix): Remove from the C program. * config.guess (arm-acron-riscix): Remove from the C program.

4
config.guess vendored
View File

@ -1396,10 +1396,6 @@ main ()
#endif #endif
#endif #endif
#if defined (hp300) && !defined (hpux)
printf ("m68k-hp-bsd\n"); exit (0);
#endif
#if defined (NeXT) #if defined (NeXT)
#if !defined (__ARCHITECTURE__) #if !defined (__ARCHITECTURE__)
#define __ARCHITECTURE__ "m68k" #define __ARCHITECTURE__ "m68k"