mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
/`$$CC -print-multi-os-directory`.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-01-27 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
|
||||||
|
/`$$CC -print-multi-os-directory`.
|
||||||
|
|
||||||
2003-01-26 Daniel Jacobowitz <drow@mvista.com>
|
2003-01-26 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* hashtab.c (htab_create_alloc_ex): New function.
|
* hashtab.c (htab_create_alloc_ex): New function.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Makefile
|
# Makefile
|
||||||
# Copyright (C) 1990, 91-99, 2000, 2001, 2002
|
# Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003
|
||||||
# Free Software Foundation
|
# Free Software Foundation
|
||||||
#
|
#
|
||||||
# This file is part of the libiberty library.
|
# This file is part of the libiberty library.
|
||||||
@ -284,10 +284,10 @@ install_to_libdir: all
|
|||||||
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||||
|
|
||||||
install_to_tooldir: all
|
install_to_tooldir: all
|
||||||
${mkinstalldirs} $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)
|
${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`
|
||||||
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)n
|
||||||
( cd $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
|
( cd $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory` ; $(RANLIB) $(TARGETLIB)n )
|
||||||
mv -f $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
|
mv -f $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)
|
||||||
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||||
|
|
||||||
# needed-list is used by libstdc++. NEEDED is the list of functions
|
# needed-list is used by libstdc++. NEEDED is the list of functions
|
||||||
|
Reference in New Issue
Block a user