#!/bin/sh gct.exec -D__GNUC__=2 "$@" exit $? # Use this shell script when ``cc'' is a version 2 GNU C compiler and # gct-gcc doesn't work. (gct-gcc works more often because GCT itself # is based on a version 1 GNU C compiler.) # You can use GCT with a GNU C compiler not named ``cc'' by using this # line: # # gct.exec -D__GNUC__=2 -test-cc NAME_OF_YOUR_COMPILER "$@" # # Normally, GCT's installer has selected one of the gct-* # scripts to be called ``gct''.