Apply fixes to allow arm WinCE toolchain to produce working executables.
[deliverable/binutils-gdb.git] / ld / emultempl / pe.em
index 5afa8da00fef8588a5286cdde1f8aa2ac958ffc7..33ac71e5460169654846bb761784edb5dd4f9162 100644 (file)
@@ -283,7 +283,7 @@ static definfo init[] =
   D(MajorImageVersion,"__major_image_version__", 1),
   D(MinorImageVersion,"__minor_image_version__", 0),
 #ifdef TARGET_IS_armpe
-  D(MajorSubsystemVersion,"__major_subsystem_version__", 2),
+  D(MajorSubsystemVersion,"__major_subsystem_version__", 3),
 #else
   D(MajorSubsystemVersion,"__major_subsystem_version__", 4),
 #endif
This page took 0.032437 seconds and 4 git commands to generate.