I think requiring a "POSIX-like operating environment" would be sufficient here. Maybe:
"The coreutils require a POSIX-like operating environment to compile, including a C compiler (cc is used by default) and preprocessor (cpp by default), Rust compiler (rustc by default), and POSIX-compatible Make utility (make is used by default; both GNU and BSD Make should work).
I think requiring a "POSIX-like operating environment" would be sufficient here. Maybe:
"The coreutils require a POSIX-like operating environment to compile, including a C compiler (`cc` is used by default) and preprocessor (`cpp` by default), Rust compiler (`rustc` by default), and POSIX-compatible Make utility (`make` is used by default; both GNU and BSD Make should work).
emma marked this conversation as resolved
trinity
approved these changes 2024-02-16 13:42:52 -07:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #24
@@ -20,0 +22,4 @@The coreutils require minimal dependencies for building:· bindgen(1)· cc(1) with -idirafterIt looks like cpp(1) needs
-idirafter, not cc(1).@@ -20,0 +38,4 @@To build with a different compiler than the default:$ make CC=clang # different C compiler than cc(1)$ make RUSTC=gccrs # different Rust compiler than rustc(1)I don't think these two comments are necessary, it's apparent what is changing.
@@ -20,0 +23,4 @@· bindgen(1)· cc(1) with -idirafter· cp(1p)I think requiring a "POSIX-like operating environment" would be sufficient here. Maybe:
"The coreutils require a POSIX-like operating environment to compile, including a C compiler (
ccis used by default) and preprocessor (cppby default), Rust compiler (rustcby default), and POSIX-compatible Make utility (makeis used by default; both GNU and BSD Make should work).The changes as-is are alright, you can take my suggestions or leave 'em.
Pull request closed