This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

What should be the prefix for the platform specific package


Hi All,

I build my projects for several cross-platforms on PC Linux RedHat 6.2.
So I want to make the optimal dir-tree.

When I build and install binutils with following configuration:
configure --target=mipsel-linux --prefix=/usr/local/mipsel-linux ...

the make put all necessary files into the following directory:
/usr/local/mipsel-linux
that contains sub-directories:
bin
include
info
lib
man
mipsel-linux
share

The question is:
If the prefix will:
--prefix=/usr/local
what will happen with native libraries in:
/usr/local/lib
that have the same name as the cross-specific libraries?

The native binutils release is 2.12.
The cross-specific is same.

-- 
Best regards,
 Ruslan                          mailto:ruslank@softhome.net


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]