OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=130
4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
# Traditionally, /lib/cpp only knew about C.
|
|
exec /usr/bin/cpp -xc "$@"
|