Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-08-04 21:50:00 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-08-04 21:50:00 (GMT)
commitd807b5325a74ed37d10bebff60d73c25fbab6345 (patch)
treeb0d0460fb264bce94adcd09c6c9628e0f7090397 /fill
parentcb1017c4b0715d2df2b64ff90699bcc95a76c850 (diff)
Add binaries to XO-1.75
Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'fill')
-rw-r--r--fill/Makefile9
-rw-r--r--fill/armv7l_27/__init__.py0
-rw-r--r--fill/armv7l_27/_fill.sobin0 -> 7540 bytes
3 files changed, 8 insertions, 1 deletions
diff --git a/fill/Makefile b/fill/Makefile
index 448c965..584f92a 100644
--- a/fill/Makefile
+++ b/fill/Makefile
@@ -41,7 +41,14 @@ CFLAGS = $(shell pkg-config --cflags gtk+-2.0 pygtk-2.0 | sed 's/-pthread//') \
LDFLAGS = $(shell pkg-config --libs gtk+-2.0 pygtk-2.0 | sed 's/-pthread//') \
$(shell python-config --libs)
-ARCH = $(shell arch | grep 64 >/dev/null && echo linux64 || echo linux32)
+ARCH_OUT = $(shell arch)
+
+ARCH = $(shell if [ -z "$(shell arch | grep arm)" ]; then \
+ echo $(ARCH_OUT) | grep 64 >/dev/null && echo linux64 || echo linux32; \
+ else \
+ echo $(ARCH_OUT); \
+ fi)
+
PYTHON_VERSION = $(shell python -c 'import sys; print "%d%d" % sys.version_info[0:2]')
LIB_DIR = $(ARCH)_$(PYTHON_VERSION)
diff --git a/fill/armv7l_27/__init__.py b/fill/armv7l_27/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/fill/armv7l_27/__init__.py
diff --git a/fill/armv7l_27/_fill.so b/fill/armv7l_27/_fill.so
new file mode 100644
index 0000000..759c826
--- /dev/null
+++ b/fill/armv7l_27/_fill.so
Binary files differ