summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/sha1/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/lib/sha1/make1
-rw-r--r--auto/lib/sha1/makefile.bcc1
-rw-r--r--auto/lib/sha1/makefile.msvc1
-rw-r--r--auto/lib/sha1/makefile.owc1
4 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/sha1/make b/auto/lib/sha1/make
index 6c89acf1b..fc10aaef3 100644
--- a/auto/lib/sha1/make
+++ b/auto/lib/sha1/make
@@ -1,5 +1,6 @@
# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
case "$NGX_CC_NAME" in
diff --git a/auto/lib/sha1/makefile.bcc b/auto/lib/sha1/makefile.bcc
index 1d8b5e4c8..b0685fa45 100644
--- a/auto/lib/sha1/makefile.bcc
+++ b/auto/lib/sha1/makefile.bcc
@@ -1,5 +1,6 @@
# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
CFLAGS = -q -O2 -tWM $(CPU_OPT) -DL_ENDIAN
diff --git a/auto/lib/sha1/makefile.msvc b/auto/lib/sha1/makefile.msvc
index 4abd366ca..3cbd21b3d 100644
--- a/auto/lib/sha1/makefile.msvc
+++ b/auto/lib/sha1/makefile.msvc
@@ -1,5 +1,6 @@
# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
CFLAGS = -nologo -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT) -D L_ENDIAN
diff --git a/auto/lib/sha1/makefile.owc b/auto/lib/sha1/makefile.owc
index c1a3e0431..fc095cc98 100644
--- a/auto/lib/sha1/makefile.owc
+++ b/auto/lib/sha1/makefile.owc
@@ -1,5 +1,6 @@
# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)