Skip to content

Commit 8207cb1

Browse files
committed
update
1 parent 90db882 commit 8207cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/system_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,7 @@ class CompilerRTLibrary(Library):
20862086
class libcompiler_rt_profile(CompilerRTLibrary, MTLibrary):
20872087
name = 'libcompiler_rt_profile'
20882088

2089+
cflags = ['-fno-builtin', '-DCOMPILER_RT_HAS_UNAME=1']
20892090
includes = ['system/lib/libc', 'system/lib/compiler-rt/include']
20902091
src_dir = 'system/lib/compiler-rt/lib/profile'
20912092
src_files = glob_in_path(src_dir, '*.c')

0 commit comments

Comments
 (0)