HomeSort by: relevance | last modified time | path
    Searched refs:DEFAULT_ASSEMBLER (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
config.in 67 #undef DEFAULT_ASSEMBLER
gcc.cc 3111 #ifdef DEFAULT_ASSEMBLER
3112 if (! strcmp (name, "as") && access (DEFAULT_ASSEMBLER, X_OK) == 0)
3113 return xstrdup (DEFAULT_ASSEMBLER);
configure 4029 withval=$with_as; DEFAULT_ASSEMBLER="$with_as"
4032 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
4033 if test ! -x "$DEFAULT_ASSEMBLER"; then
4034 as_fn_error $? "cannot execute: $DEFAULT_ASSEMBLER: check --with-as or env. var. DEFAULT_ASSEMBLER" "$LINENO" 5
4035 elif $DEFAULT_ASSEMBLER -v < /dev/null 2>&1 | grep GNU > /dev/null; then
4040 #define DEFAULT_ASSEMBLER "$DEFAULT_ASSEMBLER"
4047 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
config.in 54 #undef DEFAULT_ASSEMBLER
configure 3974 withval=$with_as; DEFAULT_ASSEMBLER="$with_as"
3977 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
3978 if test ! -x "$DEFAULT_ASSEMBLER"; then
3979 as_fn_error $? "cannot execute: $DEFAULT_ASSEMBLER: check --with-as or env. var. DEFAULT_ASSEMBLER" "$LINENO" 5
3980 elif $DEFAULT_ASSEMBLER -v < /dev/null 2>&1 | grep GNU > /dev/null; then
3985 #define DEFAULT_ASSEMBLER "$DEFAULT_ASSEMBLER"
3992 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&
    [all...]
gcc.cc 3106 #ifdef DEFAULT_ASSEMBLER
3107 if (! strcmp (name, "as") && access (DEFAULT_ASSEMBLER, X_OK) == 0)
3108 return xstrdup (DEFAULT_ASSEMBLER);

Completed in 38 milliseconds