mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with HOST_EXECUTABLE_SUFFIX.
* make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with HOST_EXECUTABLE_SUFFIX. From-SVN: r59797
This commit is contained in:
parent
44924a365e
commit
eaed9290d6
@ -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
|
||||
|
@ -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 '\\'
|
||||
|
Loading…
Reference in New Issue
Block a user