OSDN Git Service

Make出来るようにした
authorNaoya Takamura <ntaka206@users.sourceforge.jp>
Tue, 22 Sep 2015 08:43:56 +0000 (17:43 +0900)
committerNaoya Takamura <ntaka206@users.sourceforge.jp>
Tue, 22 Sep 2015 08:43:56 +0000 (17:43 +0900)
.gitignore
Makefile
scilog [deleted file]

index d8c6ab2..d38fd94 100755 (executable)
@@ -1 +1,2 @@
 *.o\r
+scilog\r
index 309634d..f7d300d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ OETMP = ${OVEROTOP}/tmp
 # STAGEDIR = ${OETMP}/staging/armv7a-angstrom-linux-gnueabi/usr
    
 # OE after 30July2010
-TOOLDIR = ${OETMP}/sysroots/`uname -m`-linux/usr/armv7a/bin
+#TOOLDIR = ${OETMP}/sysroots/`uname -m`-linux/usr/armv7a/bin
+TOOLDIR = ${OETMP}/sysroots/i686-linux/usr/armv7a/bin
 STAGEDIR = ${OETMP}/sysroots/armv7a-angstrom-linux-gnueabi/usr
 
 CC = ${TOOLDIR}/arm-angstrom-linux-gnueabi-gcc
diff --git a/scilog b/scilog
deleted file mode 100755 (executable)
index 9a93f48..0000000
Binary files a/scilog and /dev/null differ