[PATCH] - fix x86 64bit compile
Chris Morgan <[email protected]>
| Newsgroups | gmane.comp.handhelds.opie.devel |
|---|---|
| Message-ID | <[email protected]> |
Patch fixes an error during compile if the target is set to 64BIT, the SPECFILE wasn't defined for that target. One thing I wasn't sure about was the qws path setting. There is a opie/mkspecs/qws/linux-x86-g++ but it doesn't appear to be used. Should it be removed since it isn't used? Chris _______________________________________________ http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex Opie-devel mailing list [email protected] https://handhelds.org/mailman/listinfo/opie-devel
config.in.patch
(text/x-diff, 587 B)
Index: config.in =================================================================== RCS file: /cvs/opie/config.in,v retrieving revision 1.57 diff -u -r1.57 config.in --- config.in 8 Nov 2005 23:05:45 -0000 1.57 +++ config.in 9 Nov 2005 03:58:43 -0000 @@ -102,6 +102,8 @@ default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) default "qws/linux-oe-g++" if TARGET_OE && (!X11) + default "qws/linux-generic-g++" if TARGET_64BIT && (! X11) + default "linux-g++-64" if TARGET_64BIT && X11 config CUSTOMFILE string