Skip to content

Commit

Permalink
rejuvenate the comments in the temporary glibc_dir field
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jun 10, 2018
1 parent d7fe374 commit c3aa525
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ def subsystem_dependencies(cls):

@memoized_method
def glibc_dir(self):
# FIXME: this can be removed once #5815 lands (GCC should be made to depend on GLibc on Linux).
# FIXME: Once #5815 lands, the "compiler" datatype should be given a field for
# (DY)?LD_LIBRARY_PATH entries. GCC and LLVM should be made to depend on GLibc on Linux and
# provide glibc in the new library path field. This provides necessary files including crti.o
# that are not included in the compiler.
normalized_os_name = get_normalized_os_name()
if normalized_os_name == 'darwin':
return None
Expand Down

0 comments on commit c3aa525

Please sign in to comment.