Skip to content
Snippets Groups Projects
  • Olivier Hainque's avatar
    9b8ffbb8
    Arrange to --disable-shared by default for VxWorks · 9b8ffbb8
    Olivier Hainque authored
    This change makes sure that shared libraries for VxWorks are
    only built on explicit request, when configured with --enable-shared.
    
    As the support to build shared libs gets in very incrementally,
    this provides us with a robust way to guard the relevant pieces
    and reduce the risks of accidentally breaking a platform not yet
    ready for it.
    
    2022-09-30  Olivier Hainque  <hainque@adacore.com>
    
    	* configure.ac (*vxworks*): If enable_shared is not
    	set, set to "no" and add --disable-shared to target and
    	host_configargs.
    	* configure: Regenerate.
    9b8ffbb8
    History
    Arrange to --disable-shared by default for VxWorks
    Olivier Hainque authored
    This change makes sure that shared libraries for VxWorks are
    only built on explicit request, when configured with --enable-shared.
    
    As the support to build shared libs gets in very incrementally,
    this provides us with a robust way to guard the relevant pieces
    and reduce the risks of accidentally breaking a platform not yet
    ready for it.
    
    2022-09-30  Olivier Hainque  <hainque@adacore.com>
    
    	* configure.ac (*vxworks*): If enable_shared is not
    	set, set to "no" and add --disable-shared to target and
    	host_configargs.
    	* configure: Regenerate.