source: rtems-libbsd/buildset/minimal.ini

6-freebsd-12
Last change on this file was 9ed6c971, checked in by Christian Mauderer <christian.mauderer@…>, on 03/26/19 at 10:08:47

bin/openssl: Port to RTEMS.

  • Property mode set to 100644
File size: 663 bytes
Line 
1#
2# This configuration has the target to provide the smallest possible libbsd
3# during link time. It should disable everything that can be disabled without
4# loosing basic functionality. As a target, it should once only provide the
5# following functions:
6#
7# - basic IPv4 only networking
8# - basic USB support
9# - all device drivers that don't increase the application size without being
10#   explicitly linked in
11#
12# ATTENTION: This configuration will loose functionality in the future as soon
13# as it is possible to disable the functionality.
14#
15
16[general]
17name = minimal
18extends = default.ini
19
20[modules]
21crypto_openssl = off
22netinet6 = off
23usr_bin_openssl = off
Note: See TracBrowser for help on using the repository browser.