Drop the -ansi from the default gcc flags.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Jun 2001 13:29:12 +0000 (13:29 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Jun 2001 13:29:12 +0000 (13:29 +0000)
commita126002e7fdcd66f0996dbe9b5b1c2d7960cf31b
tree3f7a62dab6104e9a7d6822dd3ee488edaccc7db1
parent68e6a810fd76bc5cbb66b142a2df316708a64334
Drop the -ansi from the default gcc flags.

Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
that struct cannot be compared with a flat integer, such as STRLEN.
The -ansi will also cause a lot of noise in Solaris because of:
/usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list

p4raw-id: //depot/perl@10390
Configure