Update dependencies; Fix multiple options in --enable-sim-cflags
This commit is contained in:
parent
c494cadde6
commit
e61900e6a2
@ -1,5 +1,7 @@
|
||||
Thu Nov 2 08:54:04 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* Makefile.in: Uncomment built file dependencies.
|
||||
|
||||
* configure.in: Rewrite --enable-sim switch handling to use the
|
||||
autoconf builtins so it works correctly if the configure or
|
||||
Makefile.in files are modified and make decides to rebuild
|
||||
|
@ -338,10 +338,10 @@ tmp-igen: igen ppc-instructions $(IGEN_OPCODE_RULES) ppc-cache-rules $(srcdir)/.
|
||||
|
||||
# NOTE: Some versions of make don't handle files created as side-effects
|
||||
# uncomment the below if that is the case.
|
||||
#
|
||||
# $(TARGETLIB): tmp-igen tmp-dgen
|
||||
# itable.h itable.c icache.h idecode.h idecode.c semantics.h semantics.c: tmp-igen
|
||||
# spreg.h spreg.c: tmp-dgen
|
||||
|
||||
$(TARGETLIB): tmp-igen tmp-dgen
|
||||
itable.h itable.c icache.h idecode.h idecode.c semantics.h semantics.c: tmp-igen
|
||||
spreg.h spreg.c: tmp-dgen
|
||||
|
||||
dgen: dgen.o table.o lf.o misc.o filter_filename.o
|
||||
$(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o dgen dgen.o table.o lf.o misc.o filter_filename.o $(LIBIBERTY_LIB) $(LIBS)
|
||||
|
@ -7,7 +7,7 @@ AC_ARG_ENABLE(sim-cflags,
|
||||
[case "${enableval}" in
|
||||
yes) sim_cflags="-O2 -fomit-frame-pointer";;
|
||||
no) sim_cflags="";;
|
||||
*) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /"`;;
|
||||
*) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
|
||||
esac],[sim_cflags=""])dnl
|
||||
|
||||
AC_ARG_ENABLE(sim-config,
|
||||
|
Loading…
x
Reference in New Issue
Block a user