diff mbox

[committed] : VMS: remove definition of STANDARD_EXEC_PREFIX

Message ID 71B5B2E4-79F8-4B1C-B8F5-1D03AB4A8750@adacore.com
State New
Headers show

Commit Message

Tristan Gingold Dec. 21, 2011, 8:43 a.m. UTC
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 mbox

Patch

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/"