Skip to content

Commit a97ee50

Browse files
author
smcmahonibm
committed
Also include the Z build updates.
1 parent 9df9869 commit a97ee50

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

icc/platforms/1.1.1/S390X_LINUX_.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ASM_OBJS = s390xcpuid.o s390xcap.o s390x.o s390x-mont.o s390x-gf2m.o \
99
c_enc.o bf_enc.o des_enc.o ghash-s390x.o \
1010
threads_pthread.o async_posix.o \
1111
chacha-s390x.o poly1305-s390x.o \
12-
keccak1600-s390x.o ecp_s390x_nistp.o
12+
keccak1600-s390x.o ecp_s390x_nistp.o \
13+
hmac_s390x.o
1314

1415
# poly1305-s390x.o
1516

icc/platforms/1.1.1/S390_LINUX_.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ASM_OBJS = s390xcpuid.o bn_asm.o s390xcap.o s390x-mont.o s390x-gf2m.o \
99
c_enc.o bf_enc.o des_enc.o ghash-s390x.o \
1010
threads_pthread.o async_posix.o \
1111
chacha-s390x.o poly1305-s390x.o \
12-
keccak1600-s390x.o ecp_s390x_nistp.o
12+
keccak1600-s390x.o ecp_s390x_nistp.o \
13+
hmac_s390x.o
1314

1415
# poly1305-s390x.o
1516

icc/platforms/1.1.1/ZOS31_.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ASM_OBJS = s390xcpuid.o s390x.o s390x-mont.o bn_nist.o ecp_nist.o s390xcap.o s3
1313
keccak1600-s390x.o ecp_s390x_nistp.o \
1414
ebcdic.o async_null.o \
1515
chacha-s390x.o poly1305-s390x.o \
16+
hmac_s390x.o \
1617

1718
csvquery.o: asm/zos/csvquery.s
1819
-as -aegimrsx=$^.list -m"GOFF,SYSPARM(USE_XPLINK),ESD" $^

icc/platforms/1.1.1/ZOS_.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ASM_OBJS = s390xcpuid.o s390x.o s390x-mont.o bn_nist.o ecp_nist.o s390xcap.o s3
2626
keccak1600-s390x.o ecp_s390x_nistp.o \
2727
ebcdic.o async_null.o \
2828
chacha-s390x.o poly1305-s390x.o \
29+
hmac_s390x.o \
2930

3031
csvquery_64.o: asm/zos/csvquery_64.s
3132
-as -aegimrsx=$^.list -m"GOFF,SYSPARM(USE_XPLINK),ESD" $^

0 commit comments

Comments
 (0)