author | kergoth <kergoth> | 2002-11-06 20:48:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 20:48:06 (UTC) |
commit | 8887820cee7c8e004a1e065be7a088791f77425a (patch) (side-by-side diff) | |
tree | bb2d07376ce85e831e9848427f45350a4b0d5703 /config.in.in | |
parent | ad01f59f45674484c98032ffecbd1bef9d63c366 (diff) | |
download | opie-8887820cee7c8e004a1e065be7a088791f77425a.zip opie-8887820cee7c8e004a1e065be7a088791f77425a.tar.gz opie-8887820cee7c8e004a1e065be7a088791f77425a.tar.bz2 |
Adjust specfile based on x11
-rw-r--r-- | config.in.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.in.in b/config.in.in index 41998d4..7af1f17 100644 --- a/config.in.in +++ b/config.in.in @@ -33,16 +33,19 @@ choice boolean "Ipaq" endchoice config SPECFILE string - default "linux-generic-g++" if TARGET_X86 - default "linux-sharp-g++" if TARGET_SHARP + default "qws/linux-generic-g++" if TARGET_X86 && (! X11) + default "linux-g++" if TARGET_X86 && X11 + default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) + default "linux-g++" if TARGET_SHARP && X11 # default "linux-oz-g++" if TARGET_OZ - default "linux-ipaq-g++" if TARGET_IPAQ + default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) + default "linux-g++" if TARGET_IPAQ && X11 config CUSTOMFILE string default "custom-ipaq.h" if TARGET_IPAQ default "custom-sharp.h" if TARGET_SHARP |