Home
last modified time | relevance | path

Searched refs:gcc_abi (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/
DMakefile85 gcc_abi=-mabi=32; gcc_cpu=$$cpu; \
86 if $(CC) $$gcc_abi -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then \
89 gcc_abi=; gcc_isa=-$(5); \
101 if test "$$gcc_opt" = -march= && test -n "$$gcc_abi"; then \
102 $(CC) $$gcc_abi $$gcc_opt$$gcc_cpu -S -o /dev/null \
106 echo $$gcc_abi $$gcc_opt$$gcc_cpu $$gcc_isa $$gas_abi $$gas_opt$$gas_cpu $$gas_isa)
/linux-2.4.37.9/arch/mips64/
DMakefile78 gcc_abi=-mabi=64; \
91 $(CC) $$gcc_abi $$gcc_opt$$gcc_cpu -S -o /dev/null \
95 echo $$gcc_abi $$gcc_opt$$gcc_cpu $$gcc_isa $$gas_opt$$gas_cpu $$gas_isa)