This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

targ-include multilib appears broken


The build for each of the multilib directories is including from
arm-elf/newlib/targ-include instead of their specific multilib
targ-include, and the . (dot) multilib appears to be built after the
thumb multilib, so arm-elf/newlib/targ-include doesn't yet exist when
thumb is being built. I hacked around this by copying the targ-include
from thumb to . (dot).

cp -a arm-elf/thumb/newlib/targ-include arm-elf/newlib/targ-include

Cheers,
Shaun


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