1234567891011121314151617181920212223 |
- # This is a generated file. Do not edit.
- package configurehelp;
- use strict;
- use warnings;
- use Exporter;
- use vars qw(
- @ISA
- @EXPORT_OK
- $Cpreprocessor
- );
- @ISA = qw(Exporter);
- @EXPORT_OK = qw(
- $Cpreprocessor
- );
- $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';
- 1;
|