File: compile-empty-lx106

package info (click to toggle)
gcc-xtensa 14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 126; ansic: 99; sh: 66
file content (10 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -u
set -e
cd "$AUTOPKGTEST_TMP"
cat >test.c <<'EOF'
void _start()
{
}
EOF
xtensa-lx106-elf-gcc -nostdlib test.c