]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with HOST_EXEC...
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 4 Dec 2002 01:57:27 +0000 (01:57 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 4 Dec 2002 01:57:27 +0000 (01:57 +0000)
* make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
Define for hosts with HOST_EXECUTABLE_SUFFIX.

From-SVN: r59797

libiberty/ChangeLog
libiberty/make-relative-prefix.c

index c58dc1fd7826aa4621392aed8db2384ac5afc629..7280aa03747f7732781fe580c13cbd276c12feed 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
+       Define for hosts with HOST_EXECUTABLE_SUFFIX.
+
 2002-11-24  Nick Clifton  <nickc@redhat.com>
 
        * make-relative-prefix.c (make_relative_prefix): Ensure return
index ef9177e9c93c108a0535bfb3b825722f338dba54..c208cdce0243461891d7f3c1f761a1fa11d88f18 100644 (file)
@@ -67,6 +67,7 @@ can be found, return @code{NULL}.
 #if defined (_WIN32) || defined (__MSDOS__) \
     || defined (__DJGPP__) || defined (__OS2__)
 #  define HAVE_DOS_BASED_FILE_SYSTEM
+#  define HAVE_HOST_EXECUTABLE_SUFFIX
 #  define HOST_EXECUTABLE_SUFFIX ".exe"
 #  ifndef DIR_SEPARATOR_2 
 #    define DIR_SEPARATOR_2 '\\'