projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56938f1
)
package/Makefile.in: xtensa host support
author
Maxim Grigoriev
<maxim2405@gmail.com>
Fri, 24 Jul 2009 00:09:46 +0000
(
02:09
+0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 24 Jul 2009 00:12:27 +0000
(
02:12
+0200)
Part of #163.
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index dfe4347cf91366a4144f0c3adb03af034a299c13..3f757b7b72a5833e94c8e20ebc8e4c51ba677155 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-205,6
+205,7
@@
HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
-e 's/mipsel-.*/mipsel/' \
-e 's/cris.*/cris/' \
-e 's/i[3-9]86/i386/' \
+ -e 's/xtensa.*/xtensa/' \
)
GNU_HOST_NAME:=$(HOST_ARCH)-$(subst ",,$(BR2_GNU_BUILD_SUFFIX))
#")