OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tooldir
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/config/xtensa/
elf.h
86
/* Search for headers in $
tooldir
/arch/include and for libraries and
87
startfiles in $
tooldir
/arch/lib. */
90
char *
tooldir
, *archdir; \
91
tooldir
= concat (tooldir_base_prefix, spec_machine, \
93
if (!IS_ABSOLUTE_PATH (
tooldir
)) \
94
tooldir
= concat (standard_exec_prefix, spec_machine, dir_separator_str, \
95
spec_version, dir_separator_str,
tooldir
, NULL); \
96
archdir = concat (
tooldir
, "arch", dir_separator_str, NULL); \
/src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
elf.h
86
/* Search for headers in $
tooldir
/arch/include and for libraries and
87
startfiles in $
tooldir
/arch/lib. */
91
char *
tooldir
, *archdir; \
92
tooldir
= concat (tooldir_base_prefix, spec_machine, \
94
if (!IS_ABSOLUTE_PATH (
tooldir
)) \
95
tooldir
= concat (standard_exec_prefix, spec_machine, dir_separator_str, \
96
spec_version, dir_separator_str,
tooldir
, NULL); \
97
archdir = concat (
tooldir
, "arch", dir_separator_str, NULL); \
/src/external/gpl3/binutils/dist/ld/
Makefile.am
26
tooldir
= $(exec_prefix)/$(target_alias)
54
scriptdir = $(
tooldir
)/lib
566
-DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
576
-DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
584
-DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
593
-DTOOLBINDIR='"$(
tooldir
)/bin"' \
800
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
802
if test "$(bindir)" != "$(
tooldir
)/bin"; then \
803
rm -f $(DESTDIR)$(
tooldir
)/bin/$(installed_linker)$(EXEEXT); \
804
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
Makefile.am
26
tooldir
= $(exec_prefix)/$(target_alias)
53
scriptdir = $(
tooldir
)/lib
571
-DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
581
-DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
589
-DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(
tooldir
)/bin"' \
598
-DTOOLBINDIR='"$(
tooldir
)/bin"' \
805
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
807
if test "$(bindir)" != "$(
tooldir
)/bin"; then \
808
rm -f $(DESTDIR)$(
tooldir
)/bin/$(installed_linker)$(EXEEXT); \
809
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null
[
all
...]
/src/external/gpl3/binutils/dist/gas/
Makefile.am
27
tooldir
= $(exec_prefix)/$(target_alias)
570
.PHONY: install-exec-bindir install-exec-
tooldir
583
install-exec-
tooldir
: install-exec-bindir $(noinst_PROGRAMS)
584
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
586
if [ "$(bindir)/$$n$(EXEEXT)" != "$(
tooldir
)/bin/as$(EXEEXT)" ]; then \
587
rm -f $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT); \
588
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
589
|| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT); \
/src/external/gpl3/binutils.old/dist/gas/
Makefile.am
27
tooldir
= $(exec_prefix)/$(target_alias)
568
.PHONY: install-exec-bindir install-exec-
tooldir
581
install-exec-
tooldir
: install-exec-bindir $(noinst_PROGRAMS)
582
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
584
if [ "$(bindir)/$$n$(EXEEXT)" != "$(
tooldir
)/bin/as$(EXEEXT)" ]; then \
585
rm -f $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT); \
586
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
587
|| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/as$(EXEEXT); \
/src/external/gpl3/binutils/dist/binutils/
Makefile.am
25
tooldir
= $(exec_prefix)/$(target_alias)
112
# Stuff that goes in
tooldir
/ if appropriate.
560
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
565
if [ "$(bindir)/$$k" != "$(
tooldir
)/bin/$$j" ]; then \
566
rm -f $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT); \
567
ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
568
|| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT); \
/src/external/gpl3/binutils.old/dist/binutils/
Makefile.am
25
tooldir
= $(exec_prefix)/$(target_alias)
112
# Stuff that goes in
tooldir
/ if appropriate.
560
$(mkinstalldirs) $(DESTDIR)$(
tooldir
)/bin
565
if [ "$(bindir)/$$k" != "$(
tooldir
)/bin/$$j" ]; then \
566
rm -f $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT); \
567
ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
568
|| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(
tooldir
)/bin/$$j$(EXEEXT); \
/src/external/gpl3/binutils/dist/
Makefile.def
272
flags_to_pass = { flag=
tooldir
; };
/src/external/gpl3/binutils.old/dist/
Makefile.def
271
flags_to_pass = { flag=
tooldir
; };
configure
676
tooldir
10603
# the named directory are copied to $(
tooldir
)/sys-include.
10616
# the name directories are copied to $(
tooldir
)/lib. Multiple directories
10792
tooldir
='${exec_prefix}'/${target_noncanonical}
10793
build_tooldir=${
tooldir
}
/src/external/gpl3/gcc/dist/
Makefile.def
271
flags_to_pass = { flag=
tooldir
; };
configure
676
tooldir
9670
# the named directory are copied to $(
tooldir
)/sys-include.
9683
# the name directories are copied to $(
tooldir
)/lib. Multiple directories
9862
tooldir
='${exec_prefix}'/${target_noncanonical}
9863
build_tooldir=${
tooldir
}
/src/external/gpl3/gcc.old/dist/
Makefile.def
254
flags_to_pass = { flag=
tooldir
; };
configure
672
tooldir
9404
# the named directory are copied to $(
tooldir
)/sys-include.
9417
# the name directories are copied to $(
tooldir
)/lib. Multiple directories
9590
tooldir
='${exec_prefix}'/${target_noncanonical}
9591
build_tooldir=${
tooldir
}
/src/external/gpl3/gdb.old/dist/
Makefile.def
271
flags_to_pass = { flag=
tooldir
; };
/src/external/gpl3/gdb/dist/
Makefile.def
271
flags_to_pass = { flag=
tooldir
; };
configure
676
tooldir
10603
# the named directory are copied to $(
tooldir
)/sys-include.
10616
# the name directories are copied to $(
tooldir
)/lib. Multiple directories
10792
tooldir
='${exec_prefix}'/${target_noncanonical}
10793
build_tooldir=${
tooldir
}
/src/share/mk/
bsd.own.mk
389
# Provide a default for
TOOLDIR
.
391
.if !defined(
TOOLDIR
)
392
TOOLDIR
:= ${_SRC_TOP_OBJ_}/
tooldir
.${HOST_OSTYPE}
393
.MAKEOVERRIDES+=
TOOLDIR
431
AR= ${
TOOLDIR
}/bin/${MACHINE_GNU_PLATFORM}-ar
432
AS= ${
TOOLDIR
}/bin/${MACHINE_GNU_PLATFORM}-as
433
ELFEDIT= ${
TOOLDIR
}/bin/${MACHINE_GNU_PLATFORM}-elfedit
434
LD= ${
TOOLDIR
}/bin/${MACHINE_GNU_PLATFORM}-ld
435
NM= ${
TOOLDIR
}/bin/${MACHINE_GNU_PLATFORM}-n
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
configure
8016
# Install a library built with a cross compiler in $(
tooldir
) rather
8021
INSTALL_DEST=
tooldir
/src/external/gpl3/gcc/dist/libiberty/
configure
8005
# Install a library built with a cross compiler in $(
tooldir
) rather
8010
INSTALL_DEST=
tooldir
/src/external/gpl3/gcc.old/dist/libiberty/
configure
7710
# Install a library built with a cross compiler in $(
tooldir
) rather
7715
INSTALL_DEST=
tooldir
/src/external/gpl3/gdb.old/dist/libiberty/
configure
8009
# Install a library built with a cross compiler in $(
tooldir
) rather
8014
INSTALL_DEST=
tooldir
/src/external/gpl3/gdb/dist/libiberty/
configure
8016
# Install a library built with a cross compiler in $(
tooldir
) rather
8021
INSTALL_DEST=
tooldir
/src/external/gpl3/binutils/dist/libiberty/
configure
8283
# Install a library built with a cross compiler in $(
tooldir
) rather
8288
INSTALL_DEST=
tooldir
Completed in 112 milliseconds
1
2
Indexes created Wed Apr 15 00:22:22 UTC 2026