mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
* configure.in: Update ARM CPU patterns.
* configure: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-30 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* configure.in: Update ARM CPU patterns.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2002-10-29 Daniel Jacobowitz <drow@mvista.com>
|
2002-10-29 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* itbl-lex.l: Use #include <> for generated headers.
|
* itbl-lex.l: Use #include <> for generated headers.
|
||||||
|
373
gas/configure
vendored
373
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -115,14 +115,8 @@ changequote([,])dnl
|
|||||||
endian=
|
endian=
|
||||||
case ${cpu} in
|
case ${cpu} in
|
||||||
alpha*) cpu_type=alpha ;;
|
alpha*) cpu_type=alpha ;;
|
||||||
armeb) cpu_type=arm endian=big ;;
|
arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
|
||||||
arm*) cpu_type=arm endian=little ;;
|
arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
|
||||||
armb*) cpu_type=arm endian=little ;;
|
|
||||||
armv*l) cpu_type=arm endian=little ;;
|
|
||||||
armv*b) cpu_type=arm endian=big ;;
|
|
||||||
xscale*) cpu_type=arm endian=little ;;
|
|
||||||
strongarm*) cpu_type=arm endian=little ;;
|
|
||||||
thumb*) cpu_type=arm endian=little ;;
|
|
||||||
hppa*) cpu_type=hppa ;;
|
hppa*) cpu_type=hppa ;;
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
i[3456]86) cpu_type=i386 arch=i386;;
|
i[3456]86) cpu_type=i386 arch=i386;;
|
||||||
|
Reference in New Issue
Block a user