public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "chris.january at allinea dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug build/13834] New: sim/ppc/Makefile uses GNU Make specific features
Date: Mon, 12 Mar 2012 15:36:00 -0000 [thread overview]
Message-ID: <bug-13834-4717@http.sourceware.org/bugzilla/> (raw)
http://sourceware.org/bugzilla/show_bug.cgi?id=13834
Bug #: 13834
Summary: sim/ppc/Makefile uses GNU Make specific features
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
AssignedTo: unassigned@sourceware.org
ReportedBy: chris.january@allinea.com
Classification: Unclassified
sim/ppc/Makefile uses GNU Make specific features but doesn't test for
GNU make in configure:
1. $< used in a non-default rule:
gentmap: ../common/gentmap.c
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -I. -I../common -I
$(srcdir)/../common -o gentmap $< $(BUILD_LIBS)
>From the autoconf manual:
"Posix says that the ‘$<’ construct in makefiles can be used only in
inference rules and in the ‘.DEFAULT’ rule; its meaning in ordinary
rules is unspecified. Solaris make for instance replaces it with the
empty string. OpenBSD (3.0 and later) make diagnoses these uses and
errors out. "
Result (on AIX, with AIX make):
gcc -g -O2 -I. -I. -I./../../include -I../../bfd -I./../../bfd
-I../../gdb -I./../../gdb -I./../../gdb/config -I. -I../common
-I./../common -o gentmap
gcc: no input files
make: 1254-004 The error code from the last command is 1.
2. psim depends on -lz, which is not a real file:
LIBS = -lz
psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS)
$(LIBINTL_DEP)
Result (again, with AIX make):
make: 1254-002 Cannot find a rule to create target -lz from
dependencies.
Stop.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
next reply other threads:[~2012-03-12 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-12 15:36 chris.january at allinea dot com [this message]
2015-03-30 1:02 ` [Bug sim/13834] " vapier at gentoo dot org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-13834-4717@http.sourceware.org/bugzilla/ \
--to=sourceware-bugzilla@sourceware.org \
--cc=gdb-prs@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).