Page MenuHomeFreeBSD

Correct COMMENT of devel/*-elf-gcc
ClosedPublic

Authored by lwhsu on Sep 5 2020, 6:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 7, 6:00 PM
Unknown Object (File)
Tue, Apr 7, 4:58 PM
Unknown Object (File)
Thu, Apr 2, 11:49 AM
Unknown Object (File)
Sun, Mar 29, 3:55 PM
Unknown Object (File)
Thu, Mar 26, 12:40 PM
Unknown Object (File)
Thu, Mar 26, 7:17 AM
Unknown Object (File)
Tue, Mar 24, 3:11 AM
Unknown Object (File)
Mar 5 2026, 10:00 AM
Subscribers

Details

Summary

Correct COMMENT of devel/*-elf-gcc

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 33418
Build 30712: arc lint + arc unit

Event Timeline

lwhsu requested review of this revision.Sep 5 2020, 6:00 PM

BTW, why is the name of riscv32-unknown-elf-gcc different from others?

arm-none-eabi-gcc is missing

devel/riscv64-none-elf-gcc/Makefile
8

COMMENT= no ?

BTW, why is the name of riscv32-unknown-elf-gcc different from others?

different how ?

devel/riscv32-unknown-elf-gcc/Makefile
8

?=?

Add arm-none-eabi-gcc
Only master port needs =?

In D26338#585567, @manu wrote:

BTW, why is the name of riscv32-unknown-elf-gcc different from others?

different how ?

I'm curious about what's the meaning of "unknown" and "none" in the GCC_TARGET.

This revision is now accepted and ready to land.Sep 6 2020, 2:04 PM
This revision was automatically updated to reflect the committed changes.
lwhsu added a commit: rP547856: MFH: r547855.