configurehelp.pm 482 B

1234567891011121314151617181920212223
  1. # This is a generated file. Do not edit.
  2. package configurehelp;
  3. use strict;
  4. use warnings;
  5. use Exporter;
  6. use vars qw(
  7. @ISA
  8. @EXPORT_OK
  9. $Cpreprocessor
  10. );
  11. @ISA = qw(Exporter);
  12. @EXPORT_OK = qw(
  13. $Cpreprocessor
  14. );
  15. $Cpreprocessor = '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include';
  16. 1;