Browse Source

Adapted to single cv for all machines.

keie 39 years ago
parent
commit
17e13e9e71
1 changed files with 1 additions and 3 deletions
  1. 1 3
      lib/pmds/descr

+ 1 - 3
lib/pmds/descr

@@ -1,7 +1,5 @@
 # $Revision$
 # $Revision$
 # Script for use of ACK as cross C-compiler on VAX for PMDS machine
 # Script for use of ACK as cross C-compiler on VAX for PMDS machine
-# The output has its int's in the pmds order.
-# Conversion from VU-a.out to PMDS-a.out should still be done on the pmds.
 var w=2
 var w=2
 var p=4
 var p=4
 var s=2
 var s=2
@@ -46,7 +44,7 @@ end
 name cv
 name cv
 	from .out
 	from .out
 	to .cv
 	to .cv
-	program {EM}/lib/{PMDS}/pmcv
+	program {EM}/lib/{PMDS}/cv
 	args < >
 	args < >
 	outfile a.out
 	outfile a.out
 end
 end