This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

config question for tx49 linker script


Looking at the linker script in
hal/packages/mips/tx49/v2_0/src/mips_tx49.ld

it has the following:

#if defined(EXTRAS) && defined(CYGPKG_IO)
INPUT(extras.o)
#endif 


none of the other scripts in mips-land has the "&& defined(CYGPKG_IO)"
in there.
I believe this is causing my minimal redboot to link without the stuff
in extras.
Is this just bogus?

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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