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

  /src/external/gpl3/binutils/dist/gas/
Makefile.am 47 TARG_CPU = @target_cpu_type@
48 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
49 TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
50 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
58 # use @target_cpu_type@ for refering to configured target name
61 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
configure 680 target_cpu_type
12502 target_cpu_type=${cpu_type}
12503 elif test ${target_cpu_type} != ${cpu_type} ; then
13161 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13162 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13172 case ${target_cpu_type} in
17361 target_cpu_type=${target_cpu_type}
18812 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
18815 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
Makefile.am 47 TARG_CPU = @target_cpu_type@
48 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
49 TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
50 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
58 # use @target_cpu_type@ for refering to configured target name
61 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
configure 680 target_cpu_type
12131 target_cpu_type=${cpu_type}
12132 elif test ${target_cpu_type} != ${cpu_type} ; then
12798 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12799 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12809 case ${target_cpu_type} in
16998 target_cpu_type=${target_cpu_type}
18449 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
18452 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.
    [all...]

Completed in 44 milliseconds