From patchwork Wed Dec 21 08:43:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] : VMS: remove definition of STANDARD_EXEC_PREFIX Date: Tue, 20 Dec 2011 22:43:46 -0000 From: Tristan Gingold X-Patchwork-Id: 132599 Message-Id: <71B5B2E4-79F8-4B1C-B8F5-1D03AB4A8750@adacore.com> To: GCC Patches 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 * 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/"