* Make-lang.in (gnatbind): Remove $(LIBIBERTY).
From-SVN: r67820
This commit is contained in:
parent
6b3a0b3462
commit
8cdea5a125
@ -1,3 +1,7 @@
|
||||
2003-06-11 Matt Kraai <kraai@alumni.cmu.edu>
|
||||
|
||||
* Make-lang.in (gnatbind): Remove $(LIBIBERTY).
|
||||
|
||||
2003-06-11 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* Make-lang.in: Update to handle command-line options.
|
||||
|
@ -210,7 +210,7 @@ gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS)
|
||||
|
||||
gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS)
|
||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) \
|
||||
$(LIBIBERTY) $(LIBS) $(SYSLIBS)
|
||||
$(LIBS) $(SYSLIBS)
|
||||
|
||||
# use target-gcc target-gnatmake target-gnatbind target-gnatlink
|
||||
gnattools: $(GCC_PARTS) $(CONFIG_H) prefix.o force
|
||||
|
Loading…
Reference in New Issue
Block a user