This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/dejagnu ChangeLog lib/libgloss.exp
- From: nickc at sourceware dot org
- To: src-cvs at sources dot redhat dot com
- Date: 11 Nov 2004 17:54:47 -0000
- Subject: src/dejagnu ChangeLog lib/libgloss.exp
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2004-11-11 17:54:47
Modified files:
dejagnu : ChangeLog
dejagnu/lib : libgloss.exp
Log message:
(libio_include_flags, g++_include_flags, winsup_include_flags): Revert previous
patch, restoring the use of -I, for all libraries except newlib. Newlib needs
-isystem to avoid the problems with <limits.h> but the C++ and winsup libraries
need -I because -isystem generates an implicit 'extern "C"' which may not be
appropriate for certain targets.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/dejagnu/ChangeLog.diff?cvsroot=src&r1=1.95&r2=1.96
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/dejagnu/lib/libgloss.exp.diff?cvsroot=src&r1=1.11&r2=1.12