Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cross Compiler ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
PaperCrane
n00b
n00b


Joined: 11 Apr 2002
Posts: 25
Location: Nova Scotia

PostPosted: Fri May 31, 2002 2:51 pm    Post subject: Cross Compiler ebuild? Reply with quote

I would love to be able to easily install a cross compiler using emerge. Right now I'm just compiling them by hand. Perhaps so that something
like this:
Code:

export CROSS_GCC_LANGUAGES="c, c++"
export CROSS_GCC_TARGET="sh-elf"
export CROSS_GCC_LIBC="newlib"
export CROSS_GCC_LINKING="static"
emerge sys-devel/cross-gcc

would emerge bin-utils, gcc with c and c++ support, use newlib as it's c library, and support only static linking for the sh-elf platform (aka my Dreamcast :wink: )

What do you think?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum