Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
12760cb4
Commit
12760cb4
authored
Nov 23, 2007
by
Paul Mundt
Browse files
sh: Fix up uname -m matching for native sh64.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
03713bd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
12760cb4
...
...
@@ -169,7 +169,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e
s/arm.
*
/arm/
-e
s/sa110/arm/
\
-e
s/s390x/s390/
-e
s/parisc64/parisc/
\
-e
s/ppc.
*
/powerpc/
-e
s/mips.
*
/mips/
\
-e
s/sh
[234]
.
*
/sh/
)
-e
s/sh.
*
/sh/
)
# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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