author | ocheong <ocheong> | 2003-10-09 10:30:28 (UTC) |
---|---|---|
committer | ocheong <ocheong> | 2003-10-09 10:30:28 (UTC) |
commit | 67f75e91f3fa7f21df2e19749a6ad53e9d237f8b (patch) (side-by-side diff) | |
tree | 95431614d89df018e1ad45d5b55c8b69652f548d | |
parent | f8d08db59ac05f5bf2f56e6ebf69c28dfbe8b13e (diff) | |
download | opie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.zip opie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.tar.gz opie-67f75e91f3fa7f21df2e19749a6ad53e9d237f8b.tar.bz2 |
Added Yopy to build system.
-rw-r--r-- | Vars.make | 7 | ||||
-rw-r--r-- | config.in | 6 |
2 files changed, 13 insertions, 0 deletions
@@ -33,2 +33,6 @@ endif +ifdef CONFIG_TARGET_YOPY + PLATFORM=yopy-linux +endif + export QMAKE:=$(OPIEDIR)/qmake/qmake @@ -110,2 +114,5 @@ ifeq ($(STRIP),) endif + ifneq ($(CONFIG_TARGET_YOPY),) + STRIP=arm-linux-strip + endif endif @@ -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 |