mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
* binutils: minor changes to make binutiles compile for a ppc-amigaos
hosted environment. * gcc/gcc/config/rs6000/amigaos.c: fixed some compiler warnings
This commit is contained in:
@ -66,6 +66,12 @@ extern char *canonicalize_file_name (const char *);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* OS4 does not have _PC_PATH_MAX so we use the
|
||||
REALPATH_LIMIT method only */
|
||||
#if defined(__amigaos4__)
|
||||
#undef HAVE_REALPATH
|
||||
#endif
|
||||
|
||||
char *
|
||||
lrealpath (filename)
|
||||
const char *filename;
|
||||
|
||||
Reference in New Issue
Block a user