Skip to content

Commit 6e6e481

Browse files
committed
修复CI问题
1 parent ca901cd commit 6e6e481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/lwp/vdso/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ src +=Glob('kernel/*.S')
2323

2424

2525
if not hasattr(rtconfig, 'CPP') or rtconfig.CPP is None:
26-
rtconfig.CPP = rtconfig.PREFIX + 'cpp'
26+
CPP = rtconfig.PREFIX + 'cpp'
2727
if not hasattr(rtconfig, 'CPPFLAGS') or rtconfig.CPPFLAGS is None:
28-
rtconfig.CPPFLAGS = ' -E -P -x assembler-with-cpp'
28+
CPPFLAGS = ' -E -P -x assembler-with-cpp'
2929

3030
if not os.path.exists(cwd + "/user" + "/arch" +"/" + rtconfig.ARCH + "/vdso.lds"):
3131
Preprocessing("user/arch/" + rtconfig.ARCH + "/vdso.lds.S", ".lds", CPPPATH=[cwd])

0 commit comments

Comments
 (0)