# This is a -*-perl-*- script
#
# Set variables that were defined by configure, in case we need them
# during the tests.

%CONFIG_FLAGS = (
    AM_LDFLAGS   => '-Wl,--export-dynamic',
    AR           => '/usr/bin/ar',
    CC           => '/home/ych/rk3568/buildroot/output/rockchip_rk3568_recovery/host/bin/ccache /usr/bin/gcc',
    CFLAGS       => '-O2 -I/home/ych/rk3568/buildroot/output/rockchip_rk3568_recovery/host/include',
    CPP          => '/usr/bin/cpp',
    CPPFLAGS     => '-I/home/ych/rk3568/buildroot/output/rockchip_rk3568_recovery/host/include',
    GUILE_CFLAGS => '',
    GUILE_LIBS   => '',
    LDFLAGS      => '-L/home/ych/rk3568/buildroot/output/rockchip_rk3568_recovery/host/lib -Wl,-rpath,/home/ych/rk3568/buildroot/output/rockchip_rk3568_recovery/host/lib',
    LIBS         => '-ldl '
);

1;
