Skip to content

Commit 2a70a46

Browse files
authored
Update glibc.md
1 parent e9c6cc4 commit 2a70a46

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/glibc-linux-fvp

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/glibc-linux-fvp/glibc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ at the end):
5050
export CROSS=/usr/bin/aarch64-linux-gnu-
5151
```
5252

53-
Now configure the cross-build for the `aarch64-none-linux-gnu` target:
53+
Now configure the cross-build for the `aarch64-linux-gnu` target:
5454

5555
```bash
5656
mkdir glibc-build
@@ -63,7 +63,7 @@ AR=${CROSS}ar GPROF=${CROSS}gprof \
6363
OBJDUMP=${CROSS}objdump OBJCOPY=${CROSS}objcopy \
6464
RANLIB=${CROSS}ranlib \
6565
../glibc/configure --prefix=/usr \
66-
--host=aarch64-none-linux-gnu \
66+
--host=aarch64-linux-gnu \
6767
--enable-hardcoded-path-in-tests \
6868
--with-headers=$HOME/workspace/linux-headers/include
6969
```

0 commit comments

Comments
 (0)