Commit 5bc86b59 by Eric Botcazou Committed by Eric Botcazou

* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.

From-SVN: r254246
parent 77efd154
2017-10-30 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.
2017-10-30 Wilco Dijkstra <wdijkstr@arm.com> 2017-10-30 Wilco Dijkstra <wdijkstr@arm.com>
* config/arm/arm.md (ashldi3): Remove shift by 1 expansion. * config/arm/arm.md (ashldi3): Remove shift by 1 expansion.
...@@ -170,9 +170,10 @@ env_manager::restore () ...@@ -170,9 +170,10 @@ env_manager::restore ()
/* By default there is no special suffix for target executables. */ /* By default there is no special suffix for target executables. */
/* FIXME: when autoconf is fixed, remove the host check - dj */ #ifdef TARGET_EXECUTABLE_SUFFIX
#if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
#define HAVE_TARGET_EXECUTABLE_SUFFIX #define HAVE_TARGET_EXECUTABLE_SUFFIX
#else
#define TARGET_EXECUTABLE_SUFFIX ""
#endif #endif
/* By default there is no special suffix for host executables. */ /* By default there is no special suffix for host executables. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment