version 1.18, 2003/03/09 14:12:03 |
version 1.19, 2003/03/11 09:42:20 |
Line 4869 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
|
Line 4869 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
|
generic_obj=asmalpha.o |
generic_obj=asmalpha.o |
|
|
case "${host}" in |
case "${host}" in |
i[3-6]86-*-freebsd[3-9].*|i[3-6]86-*-linux*) |
i[3-6]86-*-freebsd[3-9].*|i[3-6]86-*-linux*|x86-*-linux*) |
asm_obj="${i386_elf_obj}" |
asm_obj="${i386_elf_obj}" |
;; |
;; |
*-*-cygwin*) |
*-*-cygwin*) |
Line 4892 powerpc-apple-darwin*) |
|
Line 4892 powerpc-apple-darwin*) |
|
#define __DARWIN__ 1 |
#define __DARWIN__ 1 |
_ACEOF |
_ACEOF |
|
|
|
;; |
|
arm*-*-linux*) |
|
asm_obj="${generic_obj}" |
|
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
|
CFLAGS="${CFLAGS} -fsigned-char" |
|
fi |
;; |
;; |
*) |
*) |
asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |