You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know too little about GNU/GCC to completely tell how these work? Does anyone have additional references as to how these are generated? Are they distro-specific?
When installing a GNU cross-compiler, the compiler binary seems to use various prefixes, but their use is fairly inconsistent.
We have a partial list of
rustc
target tuple to compiler prefix mapping here:cc-rs/src/lib.rs
Lines 3397 to 3516 in 0c1ee89
It'd be nice if we were able to fill out this list (or even better, generate all possible prefixes based on
TargetInfo
).I have yet to find the canonical source for these prefix names, places I've looked so far:
I know too little about GNU/GCC to completely tell how these work? Does anyone have additional references as to how these are generated? Are they distro-specific?
Related: #82, #716.
The text was updated successfully, but these errors were encountered: