Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adélie Linux
abuild
Commits
c8ebe4e0
Unverified
Commit
c8ebe4e0
authored
Sep 04, 2018
by
A. Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
functions: Add m68k triplet
parent
c45965ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
functions.sh.in
functions.sh.in
+2
-0
No files found.
functions.sh.in
View file @
c8ebe4e0
...
...
@@ -10,6 +10,7 @@ arch_to_hostspec() {
armhf) echo "armv6-foxkit-linux-muslgnueabihf" ;;
armv7) echo "armv7-foxkit-linux-musleabihf" ;;
i528) echo "pentium4-foxkit-linux-musl" ;;
m68k) echo "m68k-foxkit-linux-musl" ;;
mips) echo "mips-foxkit-linux-musl" ;;
mipsel) echo "mipsel-foxkit-linux-musl" ;;
mips32) echo "mips32-foxkit-linux-musl" ;;
...
...
@@ -35,6 +36,7 @@ hostspec_to_arch() {
armv7*-*-*-*eabihf) echo "armv7" ;;
i486-*-*-*) echo "x86" ;;
i586-*-*-*) echo "pmmx" ;;
m68k-*-*-*) echo "m68k" ;;
mips-*-*-*) echo "mips" ;;
mipsel-*-*-*) echo "mipsel" ;;
mips32-*-*-*) echo "mips32" ;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment