about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-09-25 19:33:33 +0800
committerptitSeb <sebastien.chev@gmail.com>2023-09-25 19:33:33 +0800
commitd95ef48d2281478e6d5e353a644b73f12812832c (patch)
treee5f9cc4659cdf8cee408adfb6b63dc4c52c64a8f /docs/COMPILE.md
parentb59ce0b95b4b7a63c5ecd9577e0ac7f4e4cbdf6b (diff)
downloadbox64-d95ef48d2281478e6d5e353a644b73f12812832c.tar.gz
box64-d95ef48d2281478e6d5e353a644b73f12812832c.zip
Added ADLink AmpereAltra profile
Diffstat (limited to 'docs/COMPILE.md')
-rw-r--r--docs/COMPILE.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index a14292c4..7a48006d 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -96,7 +96,7 @@ Using a 64bit OS:
 -D ODROIDN2=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

-#### for Snapdragon 845

+#### for Snapdragon

 

 Using a 64bit OS:

 

@@ -104,6 +104,14 @@ Using a 64bit OS:
 -D SD845=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

+or

+

+```

+-D SD888=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

+```

+

+Depending how recent your Snapdragon is

+

 #### for Phytium

 

 Using a 64bit OS:

@@ -111,6 +119,13 @@ Using a 64bit OS:
 -D PHYTIUM=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

+#### for ADLink machines

+

+Using a 64bit OS:

+```

+-D ADLINK=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

+```

+

 #### for a generic ARM64 machine

 

 Using a 64bit OS: