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]

crossgcc build script thoughts


I'm mulling over the idea of parameterizing the crossgcc
build script a bit differently.  Since in my experience,
just about any component may need patching, I'm tempted
to put the patches in a directory named after the component,
and just apply any patches in that directory when untarring
the component.  e.g. glibc-2.2.5-patches would contain the
one patch needed to build glibc-2.2.5.

I also feel that, at least for the purposes of my
experiments, supporting newlib targets is getting in
the way, so I'm tempted to make a version of the script
that is specialized for linux targets.

And since I'm into automation, I'm tempted to remove
any interactive prompts from this new script.

Anyway, here's the kind of script I'm thinking about.
It's a bit more terse and concise.  I haven't tested it
yet, just thought I'd post it to see what folks think
of the idea.
- Dan

Attachment: crosstool.sh
Description: Bourne shell script

------
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]