forked from security/hakurei
internal/rosa: fixed-size toolchain enum
This fits in an inlined uint32 IR value. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -99,7 +99,7 @@ func earlyCXXFLAGS() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Toolchain denotes the infrastructure to compile a [pkg.Artifact] on.
|
// Toolchain denotes the infrastructure to compile a [pkg.Artifact] on.
|
||||||
type Toolchain uintptr
|
type Toolchain uint32
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// _toolchainBusybox denotes a busybox installation from the busyboxBin
|
// _toolchainBusybox denotes a busybox installation from the busyboxBin
|
||||||
|
|||||||
Reference in New Issue
Block a user