mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Applied Stefan's patches to support RISCOS.
This commit is contained in:
parent
aa1514852a
commit
23589ae0a2
56 changed files with 1593 additions and 109 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-08-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* longlong.h [__riscos__]: Need a special pragma here.
|
||||
|
||||
2001-08-09 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* config.links: Added configuraton for powerpc-openbsd. By Peter
|
||||
|
|
|
@ -94,6 +94,9 @@ MA 02111-1307, USA. */
|
|||
Please add support for more CPUs here, or improve the current support
|
||||
for the CPUs below! */
|
||||
|
||||
#ifdef __riscos__
|
||||
#pragma continue_after_hash_error
|
||||
#else /* !__riscos__ */
|
||||
#if defined (__GNUC__) && !defined (NO_ASM)
|
||||
|
||||
/* We sometimes need to clobber "cc" with gcc2, but that would not be
|
||||
|
@ -1312,6 +1315,7 @@ extern USItype __udiv_qrnnd ();
|
|||
#endif /* __z8000__ */
|
||||
|
||||
#endif /* __GNUC__ */
|
||||
#endif /* !__riscos__ */
|
||||
|
||||
|
||||
/***************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue