Skip to content

Commit 919706d

Browse files
committed
switch to gccmvs
1 parent 799ad1b commit 919706d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdcc/makefile.std

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ endif
2828
ifeq "$(targ)" "zpg"
2929
# Produces z/PDOS-generic executable.
3030
# Links with PDPCLIB created by makefile.zpg
31-
CC=gcc370
31+
CC=gccmvs
3232
CFLAGS=-Os
33-
AS=as370
33+
AS=as370 -mhlasm -mebcdic
3434
AR=ar370
3535
LD=pdld
3636
LDFLAGS=-s --no-insert-timestamp

0 commit comments

Comments
 (0)