blob: a838fe5d14912bfdfc8512948780768ee080b442 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<think>
Okay, I need to classify this bug report as either 'user-mode' or 'system-mode'. Let's see what the problem is.
The job in question is build-tools-and-docs-debian, which is wasting CI cycles building softfloat. Softfloat refers to software floating-point libraries. The user suggests a fix on an email list.
Now, thinking about system-mode and user-mode: System-mode issues usually involve higher privileges, peripherals, devices, or OS-level stuff. User-mode deals more with applications running in user space without needing kernel access.
Building documentation and tools might be part of the build process that doesn't require kernel interaction. Softfloat is a library used for floating-point operations, which could be part of the toolchain but not necessarily tied to system-level privileges or devices.
So this seems like it's about the build environment rather than system hardware or OS functions. Therefore, it's more likely related to user-mode.
</think>
user
|