This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c++/2222: option enable-target-optspace disables _GNU_SOURCE



>Number:         2222
>Category:       c++
>Synopsis:       option enable-target-optspace disables _GNU_SOURCE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 08 02:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Holler
>Release:        2.95.2 19991024
>Organization:
>Environment:
linux
>Description:
Compiling gcc with --enable-target-optspace (e.g. for embedded systems) (config/mt-ospace) overwrites -D_GNU_SOURCE (config/mt-linux). So errors occuring during compile because of missing pthread support (first in iostream.cc).
>How-To-Repeat:
compile gcc with --enable-target-optspace 
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]