* ChangeLog.arm: New file (this one).

* sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
	Subdirectories moved here from main repository.
	* sysdeps/arm/preconfigure: New file.
	* sysdeps/arm/shlib-versions: New file.
This commit is contained in:
Roland McGrath 2005-05-24 06:12:39 +00:00
parent ef0ae0f57e
commit 39f0b3ca13
3 changed files with 18 additions and 0 deletions

13
ChangeLog.arm Normal file
View File

@ -0,0 +1,13 @@
2005-05-23 Roland McGrath <roland@redhat.com>
* ChangeLog.arm: New file (this one).
* sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
Subdirectories moved here from main repository.
* sysdeps/arm/preconfigure: New file.
* sysdeps/arm/shlib-versions: New file.
Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
End:

4
sysdeps/arm/preconfigure Normal file
View File

@ -0,0 +1,4 @@
case "$machine" in
arm*) base_machine=arm machine=arm/arm32/$machine ;;
thumb*) base_machine=thumb machine=arm/thumb/$machine ;;
esac

View File

@ -0,0 +1 @@
arm.*-.*-linux.* ld=ld-linux.so.2