Skip to content

Commit

Permalink
Remove Sha384 from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Feb 9, 2025
1 parent 1d1e8c6 commit dfc6933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,10 @@ endif
HASHES_OBJS = \
$O/Md2Reg.o \
$O/Md4Reg.o \
$O/Sha384Reg.o \
$O/XXH32Reg.o \
$O/Blake3Reg.o \
$O/md2.o \
$O/md4.o \
$O/sha512.o \
$O/blake3.o \

C_OBJS = \
Expand Down
2 changes: 2 additions & 0 deletions CPP/7zip/Compress/Sha512/makefile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ COMPRESS_OBJS_2 = \
$O/DllExportsCompress.o \
$O/Sha512Reg.o \
$O/Sha512.o \
$O/Sha512Opt.o \

OBJS = \
$(COMPRESS_OBJS_2) \
$(SYS_OBJS) \
$(COMMON_OBJS) \
$O/Alloc.o \
$O/CpuArch.o \

include ../../7zip_gcc.mak

0 comments on commit dfc6933

Please sign in to comment.