2 lines
44 B
Bash
2 lines
44 B
Bash
#!/bin/sh
|
|
exec @@CONFIG_TARGET_CC@@ -c "$@"
|
#!/bin/sh
|
|
exec @@CONFIG_TARGET_CC@@ -c "$@"
|