doc: remove x86_64 build assumption from depends doc

This dates from the introduction of depends, and has not been the case
for some time now.
This commit is contained in:
fanquake 2023-11-15 17:27:55 +00:00
parent 0aa014d5a3
commit 821a8a1125
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -6,8 +6,7 @@ There are several features that make it different from most similar systems:
In theory, binaries for any target OS/architecture can be created, from a
builder running any OS/architecture. In practice, build-side tools must be
specified when the defaults don't fit, and packages must be amended to work
on new hosts. For now, a build architecture of x86_64 is assumed, either on
Linux or macOS.
on new hosts.
### No reliance on timestamps