Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
4418e030
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4418e030
编写于
2月 18, 2016
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
In the unified scheme, there is no $(TOP), use $(SRCDIR) instead
Reviewed-by:
N
Rich Salz
<
rsalz@openssl.org
>
上级
29d09327
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
crypto/bn/build.info
crypto/bn/build.info
+2
-2
crypto/build.info
crypto/build.info
+3
-3
crypto/rc4/build.info
crypto/rc4/build.info
+1
-1
未找到文件。
crypto/bn/build.info
浏览文件 @
4418e030
...
...
@@ -71,9 +71,9 @@ BEGINRAW[Makefile]
# GNU assembler fails to compile PA-RISC2 modules, insist on calling
# vendor assembler...
{- $builddir -}/pa-risc2W.o: {- $sourcedir -}/asm/pa-risc2W.s
CC="$(CC)" $(PERL) $(
TOP)/util/fipsas.pl $(TOP
) $< /usr/ccs/bin/as -o pa-risc2W.o {- $sourcedir -}/asm/pa-risc2W.s
CC="$(CC)" $(PERL) $(
SRCDIR)/util/fipsas.pl $(SRCDIR
) $< /usr/ccs/bin/as -o pa-risc2W.o {- $sourcedir -}/asm/pa-risc2W.s
{- $builddir -}/pa-risc2.o: {- $sourcedir -}/asm/pa-risc2.s
CC="$(CC)" $(PERL) $(
TOP)/util/fipsas.pl $(TOP
) $< /usr/ccs/bin/as -o pa-risc2.o {- $sourcedir -}/asm/pa-risc2.s
CC="$(CC)" $(PERL) $(
SRCDIR)/util/fipsas.pl $(SRCDIR
) $< /usr/ccs/bin/as -o pa-risc2.o {- $sourcedir -}/asm/pa-risc2.s
{- $builddir -}/parisc-mont.s: {- $sourcedir -}/asm/parisc-mont.pl
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/parisc-mont.pl $(PERLASM_SCHEME) $@
...
...
crypto/build.info
浏览文件 @
4418e030
...
...
@@ -22,13 +22,13 @@ crypto/buildinf.h : Makefile
##### APPLINK, UPLINK and CPUID assembler implementations
{- $builddir -}/applink.o: $(SRCDIR)/ms/applink.c
$(CC) $(CFLAGS) -c -o $@ $(
TOP
)/ms/applink.c
$(CC) $(CFLAGS) -c -o $@ $(
SRCDIR
)/ms/applink.c
{- $builddir -}/uplink.o: $(SRCDIR)/ms/uplink.c {- $builddir -}/applink.o
$(CC) $(CFLAGS) -c -o $@ $(
TOP
)/ms/uplink.c
$(CC) $(CFLAGS) -c -o $@ $(
SRCDIR
)/ms/uplink.c
{- $builddir -}/uplink-x86.s: $(SRCDIR)/ms/uplink-x86.pl
CC="$(CC)" $(PERL) $(
TOP
)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@
CC="$(CC)" $(PERL) $(
SRCDIR
)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@
{- $builddir -}/x86cpuid.s: {- $sourcedir -}/x86cpuid.pl {- $sourcedir -}/perlasm/x86asm.pl
CC="$(CC)" $(PERL) {- $sourcedir -}/x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
...
...
crypto/rc4/build.info
浏览文件 @
4418e030
...
...
@@ -18,7 +18,7 @@ BEGINRAW[Makefile]
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rc4-parisc.pl $(PERLASM_SCHEME) $@
{- $builddir -}/rc4-ia64.s: rc4-ia64.S
@case `awk '/^#define RC4_INT/{print$$NF}' $(
TOP
)/include/openssl/opensslconf.h` in \
@case `awk '/^#define RC4_INT/{print$$NF}' $(
SRCDIR
)/include/openssl/opensslconf.h` in \
int) set -x; $(CC) $(CFLAGS) -DSZ=4 -E rc4-ia64.S > $@ ;; \
char) set -x; $(CC) $(CFLAGS) -DSZ=1 -E rc4-ia64.S > $@ ;; \
*) exit 1 ;; \
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录