ObjFW  Check-in [a2da012f77]

Overview
Comment:config.sub: Reintroduce local ARM64 & PSP changes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a2da012f77af2c5eaa41134f2aa9736579896c08204f5204402f9945c605db0d
User & Date: js on 2020-12-18 11:20:59
Other Links: manifest | tags
Context
2020-12-18
13:11
configure: Fix -Wunreachable-code check check-in: f8dfd5ed63 user: js tags: trunk
11:20
config.sub: Reintroduce local ARM64 & PSP changes check-in: a2da012f77 user: js tags: trunk
11:11
Update build-aux files from autoconf check-in: 8ca4fcafcc user: js tags: trunk
Changes

Modified build-aux/config.sub from [037a2c1a84] to [f6ee861ee1].

866
867
868
869
870
871
872




873
874
875
876
877
878
879
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883







+
+
+
+







		cpu=power
		vendor=ibm
		;;
	ps2)
		cpu=i386
		vendor=ibm
		;;
	psp)
		cpu=mipsallegrexel
		vendor=psp
		;;
	rm[46]00)
		cpu=mips
		vendor=siemens
		;;
	rtpc | rtpc-*)
		cpu=romp
		vendor=ibm
1153
1154
1155
1156
1157
1158
1159
1160

1161
1162
1163
1164
1165
1166
1167
1157
1158
1159
1160
1161
1162
1163

1164
1165
1166
1167
1168
1169
1170
1171







-
+








	*)
		# Recognize the canonical CPU types that are allowed with any
		# company name.
		case $cpu in
			1750a | 580 \
			| a29k \
			| aarch64 | aarch64_be \
			| aarch64 | aarch64_be | arm64 \
			| abacus \
			| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
			| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \
			| alphapca5[67] | alpha64pca5[67] \
			| am33_2.0 \
			| amdgcn \
			| arc | arceb \