Module Name: pcc
Committed By: plunky
Date: Sat Jun 4 19:27:26 UTC 2011
Modified Files:
pcc: config.h.in configure configure.ac
pcc/cc/ccom: pass1.h
pcc/os/darwin: ccconfig.h
pcc/os/dragonfly: ccconfig.h
pcc/os/freebsd: ccconfig.h
pcc/os/linux: ccconfig.h
pcc/os/midnightbsd: ccconfig.h
pcc/os/minix: ccconfig.h
pcc/os/mirbsd: ccconfig.h
pcc/os/netbsd: ccconfig.h
pcc/os/nextstep: ccconfig.h
pcc/os/openbsd: ccconfig.h
pcc/os/sunos: ccconfig.h
Log Message:
enable STABS output via configure, in config.h. This is enabled on a
per-OS basis now (bsd, win32 and none did not have it), but could be
--with-stabs or something later
(and no more need include ccconfig.h from pass1.h)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pcc/config.h.in
cvs rdiff -u -r1.87 -r1.88 pcc/configure
cvs rdiff -u -r1.102 -r1.103 pcc/configure.ac
cvs rdiff -u -r1.225 -r1.226 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.13 -r1.14 pcc/os/darwin/ccconfig.h
cvs rdiff -u -r1.7 -r1.8 pcc/os/dragonfly/ccconfig.h
cvs rdiff -u -r1.12 -r1.13 pcc/os/freebsd/ccconfig.h
cvs rdiff -u -r1.20 -r1.21 pcc/os/linux/ccconfig.h
cvs rdiff -u -r1.4 -r1.5 pcc/os/midnightbsd/ccconfig.h
cvs rdiff -u -r1.1 -r1.2 pcc/os/minix/ccconfig.h
cvs rdiff -u -r1.7 -r1.8 pcc/os/mirbsd/ccconfig.h
cvs rdiff -u -r1.18 -r1.19 pcc/os/netbsd/ccconfig.h
cvs rdiff -u -r1.2 -r1.3 pcc/os/nextstep/ccconfig.h
cvs rdiff -u -r1.9 -r1.10 pcc/os/openbsd/ccconfig.h
cvs rdiff -u -r1.3 -r1.4 pcc/os/sunos/ccconfig.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.