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 7f0131c commit 52c7674Copy full SHA for 52c7674
components/lwp/vdso/SConscript
@@ -21,6 +21,14 @@ list = os.listdir(cwd)
21
src = Glob('kernel/*.c')
22
src +=Glob('kernel/*.S')
23
24
+
25
26
+PREFIX = os.getenv('RTT_CC_PREFIX')
27
+CPP = PREFIX + 'cpp'
28
+CPPFLAGS= ' -E -P -x assembler-with-cpp'
29
+rtconfig.CPP = CPP
30
+rtconfig.CPPFLAGS = CPPFLAGS
31
32
if not os.path.exists(cwd + "/user" + "/arch" +"/" + rtconfig.ARCH + "/vdso.lds"):
33
Preprocessing("user/arch/" + rtconfig.ARCH + "/vdso.lds.S", ".lds", CPPPATH=[cwd])
34
0 commit comments