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 <ging...@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/"