ccx-utils

Miscellaneous utilities written in C
git clone https://ccx.te2000.cz/git/ccx-utils
Log | Files | Refs

cc.configure (154B)


      1 #!/bin/sh -xe
      2 cd "$(dirname "$0")"
      3 printf >cc.new '%s\n%s "$@"\n' '#!/bin/sh -xe' \
      4 	"exec ${CC:-gcc} ${CPPFLAGS} ${CFLAGS}"
      5 chmod +x cc.new
      6 mv cc.new cc