OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_alias
(Results
1 - 25
of
209
) sorted by null
1
2
3
4
5
6
7
8
9
/toolchain/binutils/binutils-2.25/config/
mh-djgpp
3
ifeq ($(findstring -pc-msdosdjgpp,$(
target_alias
)),-pc-msdosdjgpp)
4
target_alias
=djgpp
gxx-include-dir.m4
23
gxx_include_dir='${prefix}/${
target_alias
}/'"$gxx_include_dir"
acx.m4
30
dnl # $
target_alias
or $host_noncanonical if blank.
31
dnl # Used when we would use $
target_alias
, but empty is not OK.
34
case ${
target_alias
} in
36
*) target_noncanonical=${
target_alias
} ;;
117
test -n "$
target_alias
" && ncn_target_tool_prefix=$
target_alias
-
/toolchain/binutils/binutils-2.25/gas/
configure.com
29
$
target_alias
= "alpha-dec-openvms"
36
$
target_alias
= "ia64-openvms"
215
$ write outfile "#define
TARGET_ALIAS
""''
target_alias
'"""
/toolchain/binutils/binutils-2.25/ld/
genscripts.sh
29
#
target_alias
\
87
target_alias
=$7
216
libs="${exec_prefix}/${
target_alias
}/lib"
219
# For multilib'ed targets, ensure both ${
target_alias
}/lib${LIBPATH_SUFFIX}
226
*) libs="${exec_prefix}/${
target_alias
}/lib${LIBPATH_SUFFIX}" ;;
configure.ac
62
yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${
target_alias
}/sys-root' ;;
295
for targ_alias in `echo $
target_alias
$enable_targets | sed 's/,/ /g'`
/toolchain/binutils/binutils-2.25/gold/
configure.ac
45
sysroot='${exec_prefix}/${
target_alias
}/sys-root'
157
[if test "x$
target_alias
" = "x" -o "x$host_alias" = "x$
target_alias
"; then
301
if test "x$
target_alias
" = "x" -o "x$host_alias" = "x$
target_alias
"; then
328
test "x$
target_alias
" = "x" -o "x$host_alias" = "x$
target_alias
" -o "x$host_alias" = "x$build_alias")
/toolchain/binutils/binutils-2.25/
Makefile.tpl
48
target_alias
=@target_noncanonical@
[
all
...]
/external/ipsec-tools/src/include-glibc/
Makefile.in
171
target_alias
= @
target_alias
@
/external/libexif/binary/
Makefile.in
206
target_alias
= @
target_alias
@
/external/libexif/m4m/
Makefile.in
206
target_alias
= @
target_alias
@
/external/libmtp/doc/
Makefile.in
168
target_alias
= @
target_alias
@
/external/libogg/doc/libogg/
Makefile.in
177
target_alias
= @
target_alias
@
/external/libopus/doc/
Makefile.in
206
target_alias
= @
target_alias
@
/external/libusb/doc/
Makefile.in
172
target_alias
= @
target_alias
@
/external/libvorbis/doc/vorbisenc/
Makefile.in
191
target_alias
= @
target_alias
@
/external/libvorbis/doc/vorbisfile/
Makefile.in
191
target_alias
= @
target_alias
@
/external/libvorbis/include/vorbis/
Makefile.in
194
target_alias
= @
target_alias
@
/external/libvorbis/lib/books/coupled/
Makefile.in
181
target_alias
= @
target_alias
@
/external/libvorbis/lib/books/floor/
Makefile.in
181
target_alias
= @
target_alias
@
/external/libvorbis/lib/books/uncoupled/
Makefile.in
181
target_alias
= @
target_alias
@
/external/libvorbis/lib/modes/
Makefile.in
181
target_alias
= @
target_alias
@
/external/libvorbis/m4/
Makefile.in
181
target_alias
= @
target_alias
@
/external/netperf/doc/examples/
Makefile.in
144
target_alias
= @
target_alias
@
/external/netperf/src/missing/m4/
Makefile.in
144
target_alias
= @
target_alias
@
Completed in 1152 milliseconds
1
2
3
4
5
6
7
8
9