Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions client/icecc-create-env.in
Original file line number Diff line number Diff line change
Expand Up @@ -403,17 +403,6 @@ if test -n "$clang"; then
touch $tempdir/fakeproc/proc/cpuinfo
add_file $tempdir/fakeproc/proc/cpuinfo /proc/cpuinfo
fi

# clang always uses its internal .h files
clangincludes=$($orig_clang -print-file-name=include/limits.h)
if test -z "$clangincludes"; then
echo $orig_clang cannot find its includes
exit 1
fi
clangincludes=$(dirname $(abs_path $clangincludes))
for file in $(find $clangincludes -type f); do
add_file "$file"
done
fi

# Do not do any prefix stripping on extra files, they (e.g. clang plugins) are usually
Expand Down