This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX patch for hints/aix.sh:
[perl5.git] / hints / irix_5.sh
index 5027b15..e4d0347 100644 (file)
@@ -11,7 +11,7 @@ ld=ld
 i_time='define'
 
 case "$cc" in
-*gcc) ccflags="$ccflags -D_BSD_TYPES" ;;
+*gcc*) ccflags="$ccflags -D_BSD_TYPES" ;;
 *) ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000" ;;
 esac