Remove Android-specific code in gcconfig.h for M68K
authorIvan Maidanski <ivmai@mail.ru>
Mon, 15 Jan 2018 23:05:34 +0000 (02:05 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 15 Jan 2018 23:05:34 +0000 (02:05 +0300)
* include/private/gcconfig.h [M68K && LINUX && __ELF__]
(SEARCH_FOR_DATA_START): Do not check PLATFORM_ANDROID macro.

include/private/gcconfig.h

index 90c6589..a045eca 100644 (file)
 #            if defined(__GLIBC__) && __GLIBC__ >= 2
 #              define SEARCH_FOR_DATA_START
 #            else /* !GLIBC2 */
-#              ifdef PLATFORM_ANDROID
-#                define __environ environ
-#              endif
                extern char **__environ;
 #              define DATASTART ((ptr_t)(&__environ))
                              /* hideous kludge: __environ is the first */