Merge pull request #213909 from amjoseph-nixpkgs/pr/gcc/comment

gcc/common/configure-flags.nix: fix comment
This commit is contained in:
Sergei Trofimovich 2023-02-01 07:30:32 +00:00 committed by GitHub
commit 8212ae0455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ let
# or ${with_sysroot}${native_system_header_dir}
# While native build (build == host == target) uses passed headers
# path as is:
# ${native_system_header_dir}
# ${with_build_sysroot}${native_system_header_dir}
#
# Nixpkgs uses flat directory structure for both native and cross
# cases. As a result libc headers don't get found for cross case