-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,2 +26,5 @@ choice + config TARGET_YOPY + boolean "Yopy 3500/3700" + endchoice @@ -60,2 +63,3 @@ config SPECFILE default "linux-g++" if TARGET_SIMPAD && X11 + default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) @@ -67,2 +71,3 @@ config CUSTOMFILE default "custom-ipaq.h" if TARGET_SIMPAD + default "custom-yopy.h" if TARGET_YOPY @@ -72,2 +77,3 @@ config OPTIMIZATIONS default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ + default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |