git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a635f
)
elf-default-arch should exit with an error if it fails.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 6 Nov 2010 10:46:17 +0000
(10:46 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 6 Nov 2010 11:11:00 +0000
(11:11 +0000)
helper/elf-default-arch
patch
|
blob
|
history
diff --git
a/helper/elf-default-arch
b/helper/elf-default-arch
index
38bf536
..
54af14d
100755
(executable)
--- a/
helper/elf-default-arch
+++ b/
helper/elf-default-arch
@@
-28,4
+28,5
@@
case $(uname -m) in
ppc64) echo "elf64-powerpc powerpc" ;;
*)
echo "This architecture is not recognized. Please update helper/elf-default-arch."
+ exit 1
esac