summaryrefslogtreecommitdiff
path: root/src/porting/2_bootstrapping.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting/2_bootstrapping.xml')
-rw-r--r--src/porting/2_bootstrapping.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting/2_bootstrapping.xml b/src/porting/2_bootstrapping.xml
index d46080b..fcb10f5 100644
--- a/src/porting/2_bootstrapping.xml
+++ b/src/porting/2_bootstrapping.xml
@@ -27,7 +27,7 @@
<para>Please make sure that you are at your host computer's terminal before continuing.</para>
<section>
<title>Making <package>abuild</package> aware of your target</title>
- <para>Before you can build packages for your target, you will need to ensure <package>abuild</package> is aware of the architecture. This is accomplished by modifying a few files in the abuild source code. You will need to check out a clone of the <ulink url="https://code.foxkit.us/adelie/abuild">abuild Git repository</ulink>, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc.</para>
+ <para>Before you can build packages for your target, you will need to ensure <package>abuild</package> is aware of the architecture. This is accomplished by modifying a few files in the abuild source code. You will need to check out a clone of the <ulink url="https://git.adelielinux.org/adelie/abuild">abuild Git repository</ulink>, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc.</para>
<para>In the abuild Git tree, open the <filename>functions.sh.in</filename> file. Locate the <function>arch_to_hostspec</function> function, and add the short name of your target's architecture as a case to the case statement; it should echo the full build triplet for your target (see <xref linkend="example_arch"/>).</para>
<example id="example_arch"><title>Example addition of PA-RISC to <function>arch_to_hostspec</function></title>
<programlisting>