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]

[patch] rpc headers installation


Hi,

Current newlib installs its public rpc/xdr headers and the xdr directory unconditionally, independently of whether a target uses newlib's libxdr or not.

This is an issue to RTEMS, because we currently don't use newlib's xdr, but ship a libxdr of our own.


The patch below tries to address this issue by moving installation of the rpc/xdr headers to libc/Makefile.am, such that these headers and the include/rpc directory will only be installed if newlib's rpc is enabled.


Ralf

Attachment: newlib-rpcinclude.diff
Description: Text document


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