I need to build a library for two different architectures - x86 and
ARM. The library's source has a configure script. I can create a
subdirectory called 'x86' and execute '../configure' and then 'make'
and the object files are all in the x86 directory but the libraries
all still go into the base lib directory. How can I get the resulting
libraries to be built into different folders for different
architectures? A directory structure similar to:
myLib
|-- include
|-- src
|-- lib
| |- x86
| -- arm
|- x86
-- arm
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|