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]

[vms] Use fix include on alpha-vms


Hi,

currently alpha-vms is listed as a particular target in fixincludes/mkfixinc.sh but ia64-vms isn't.
As I will submit a patch to add some rules for both alpha and ia64 VMS, first fixincludes must be enabled on both.

Committed on trunk.

Tristan.

fixincludes/
2011-09-22  Tristan Gingold  <gingold@adacore.com>

	* mkfixinc.sh (target): Remove alpha-vms from particular targets.

--- fixincludes/mkfixinc.sh	(revision 179086)
+++ fixincludes/mkfixinc.sh	(working copy)
@@ -11,7 +11,6 @@
 
 # Check for special fix rules for particular targets
 case $machine in
-    alpha*-dec-*vms* | \
     i?86-*-cygwin* | \
     i?86-*-mingw32* | \
     x86_64-*-mingw32* | \


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