We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca901cd commit 6e6e481Copy full SHA for 6e6e481
components/lwp/vdso/SConscript
@@ -23,9 +23,9 @@ src +=Glob('kernel/*.S')
23
24
25
if not hasattr(rtconfig, 'CPP') or rtconfig.CPP is None:
26
- rtconfig.CPP = rtconfig.PREFIX + 'cpp'
+ CPP = rtconfig.PREFIX + 'cpp'
27
if not hasattr(rtconfig, 'CPPFLAGS') or rtconfig.CPPFLAGS is None:
28
- rtconfig.CPPFLAGS = ' -E -P -x assembler-with-cpp'
+ CPPFLAGS = ' -E -P -x assembler-with-cpp'
29
30
if not os.path.exists(cwd + "/user" + "/arch" +"/" + rtconfig.ARCH + "/vdso.lds"):
31
Preprocessing("user/arch/" + rtconfig.ARCH + "/vdso.lds.S", ".lds", CPPPATH=[cwd])
0 commit comments