Skip to content

Commit 5d7141d

Browse files
spholzLucasChollet
authored andcommitted
Ports: Replace explicit mentions of x86_64 in README
Ports can be compiled for architectures other than x86-64.
1 parent 8f0711e commit 5d7141d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ports/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configuration/compilation options, and some other things (see
3737
script in this directory. This is sometimes required when LibC changes, for
3838
example. Pass `clean` as first argument to remove old build files beforehand.
3939

40-
Installed ports are being tracked in `Build/x86_64/Root/usr/Ports/installed.db` (a simple text file).
40+
Installed ports are being tracked in `Build/<architecture>/Root/usr/Ports/installed.db` (a simple text file).
4141
You can delete this file at any time, in fact it must be edited or removed
4242
when clearing the build directory as port dependencies may not be installed
4343
again otherwise.
@@ -154,7 +154,7 @@ The following variables have special functionality:
154154
Options passed to the port's [`configscript`](#configscript) in the default
155155
`configure` function.
156156

157-
`--host=x86_64-serenity` is always passed, override the `configure` function
157+
`--host=${SERENITY_ARCH}-serenity` is always passed, override the `configure` function
158158
if that's undesirable.
159159

160160
#### `use_fresh_config_sub`

0 commit comments

Comments
 (0)