other/10240: Don't use XCFLAGS for HOST_CFLAGS in gcc/Makefile.in
gni@gecko.de
gni@gecko.de
Thu Mar 27 11:44:00 GMT 2003
>Number: 10240
>Category: other
>Synopsis: HOST_CFLAGS in gcc/Makefile.in shouldn't include XCFLAGS
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 27 10:56:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Gunther Nikl
>Release: 3.3 20030303 (prerelease)
>Organization:
>Environment:
build: i386-unknown-freebsd4.8
host: m68k-unknown-amigaos
target: m68k-unknown-amigaos
configured with: ../gcc-20030303-gg/configure --enable-languages=c --build=i386-unknown-freebsd4.8 --host=m68k-amigaos
>Description:
$(HOST_CFLAGS) of gcc/Makefile.in contains $(XCFLAGS) which might be set to
something not suitable for the build machine.
>How-To-Repeat:
Add $(XCFLAGS) with an unsupported option for the build machine to a
x-<target> fragment and configure with --build and --host.
>Fix:
Remove $(XCFLAGS) from $(HOST_CFLAGS) in gcc/Makefile.in
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list