summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-10 19:55:56 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-10 19:55:56 (EDT)
commit7d41e83cdcdd5bd2bc27936c35f73f6871ddf197 (patch)
tree5792c8590bac1bf1d7062e33c1b35eb1d6762ea2 /dev
parent5a4bd875ff045a6d05467d2eba06698d964f5625 (diff)
Fix archtab.
Diffstat (limited to 'dev')
-rw-r--r--dev/ports/core-linux-eglibc-bootstrap.mdwn13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev/ports/core-linux-eglibc-bootstrap.mdwn b/dev/ports/core-linux-eglibc-bootstrap.mdwn
index d0a8be9..53a2d69 100644
--- a/dev/ports/core-linux-eglibc-bootstrap.mdwn
+++ b/dev/ports/core-linux-eglibc-bootstrap.mdwn
@@ -9,13 +9,14 @@ opkhelper 1.0.0 is installed, that genopkg.sh from opkhelper 1.0.0 has been run,
and that the following architecture table is present at
`/usr/local/share/opkhelper/archtab`:
- # Map between distro architecture strings and GNU system types.
+ # Map between distribution and build system architecture names.
#
- # <Distribution arch> <GNU system type>
- i686-linux-eglibc i686-pc-linux-gnu
- core-linux-eglibc x86_64-pc-linux-gnu
- k8-linux-eglibc x86_64-pc-linux-gnu
- cortexa8-linux-eglibc arm-cortex_a8-linux-gnueabi
+ # <Distribution arch> <GNU system type> <kbuild arch>
+ i686-linux-eglibc i686-pc-linux-gnu x86
+ amd64-linux-eglibc x86_64-pc-linux-gnu x86
+ core-linux-eglibc x86_64-pc-linux-gnu x86
+ k8-linux-eglibc x86_64-pc-linux-gnu x86
+ cortexa8-linux-eglibc arm-cortex_a8-linux-gnueabi arm
Subsequent ports may simply be built from the core-linux-eglibc port.