This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed]: VMS: remove definition of STANDARD_EXEC_PREFIX


Hi,

the definition in vms/xm-vms.h was not correct and the default value is fine.  So this patch remove the line.

Applied on trunk.

Tristan.

2011-12-21  Tristan Gingold  <gingold@adacore.com>

	* config/vms/xm-vms.h (STANDARD_EXEC_PREFIX): Remove define.

diff --git a/gcc/config/vms/xm-vms.h b/gcc/config/vms/xm-vms.h
index 816935b..9685da7 100644
--- a/gcc/config/vms/xm-vms.h
+++ b/gcc/config/vms/xm-vms.h
@@ -53,5 +53,4 @@ do                                                         \
        }                                                  \
   } while (0)
 
-#define STANDARD_EXEC_PREFIX "/gnu/libexec/gcc/"
 #define STANDARD_STARTFILE_PREFIX "/gnu/lib/"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]