projects
/
gnuk
/
gnuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22b695
)
Fix configure.
author
NIIBE Yutaka
<gniibe@fsij.org>
Wed, 11 Oct 2017 02:24:12 +0000
(11:24 +0900)
committer
NIIBE Yutaka
<gniibe@fsij.org>
Wed, 11 Oct 2017 02:24:12 +0000
(11:24 +0900)
src/configure
patch
|
blob
|
history
diff --git
a/src/configure
b/src/configure
index
8fc54d0
..
b53c8e1
100755
(executable)
--- a/
src/configure
+++ b/
src/configure
@@
-203,7
+203,6
@@
esac
if test "$target" = "GNU_LINUX"; then
ldscript=""
chip="gnu-linux"
- use_sys="yes"
emulation="yes"
cross=""
mcu="none"
@@
-213,7
+212,6
@@
if test "$target" = "GNU_LINUX"; then
else
ldscript="gnuk.ld"
chip="stm32f103"
- use_sys="yes"
emulation=""
cross="arm-none-eabi-"
mcu="cortex-m3"
@@
-409,7
+407,6
@@
fi
(echo "CHIP=$chip";
- echo "USE_SYS=$use_sys";
echo "EMULATION=$emulation";
echo "CROSS=$cross";
echo "MCU=$mcu";