source: trunk/third/perl/cygwin32/gcc2 @ 10724

Revision 10724, 263 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1#!/bin/sh
2#
3# gcc wrapper for building dynamic lib version of perl
4#  if -buildperl found on command line, then all args passed to
5#     perlgcc, else pass all args to gcc.
6#  jc 3/24/97
7#
8
9case "$*" in
10*-buildperl*)   miniperl perlgcc "$@" ;;
11*)              gcc "$@" ;;
12esac
Note: See TracBrowser for help on using the repository browser.