summaryrefslogtreecommitdiff
path: root/hal/phy/test/phy/maximus-ecos.ecc.sh
blob: 006f477341cbadc890c0cca98a0bbf9ae3c7b6d8 (plain)
1
2
3
4
5
6
7
8
config=${1:-ecos-gen.ecc}
ecosconfig --config=$config new maximus default
cat >> $config <<'EOF'
cdl_option CYGBLD_GLOBAL_CFLAGS {
    user_value "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority"
}
EOF
ecosconfig --config=$config check