configs  Check-in [aa61557485]

Overview
Comment:zshrc: Fix "cross switch"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: aa61557485b3d3a42ab96e7cee77adc3a01426412c0c641a076f2f9d5e2506e3
User & Date: js on 2022-07-17 16:51:14
Other Links: manifest | tags
Context
2022-07-17
19:04
cross switch: Include $DEVKITPRO/tools/bin in PATH check-in: ba979a3e14 user: js tags: trunk
16:51
zshrc: Fix "cross switch" check-in: aa61557485 user: js tags: trunk
12:05
Remove cycle_asus_fan.sh check-in: f22ec38b1f user: js tags: trunk
Changes

Modified zshrc from [47e78b7707] to [1aa7086664].

542
543
544
545
546
547
548
549

550
551
552
553
554
555
556

557
558
559
560
561
562
563
542
543
544
545
546
547
548

549
550
551
552
553
554
555

556
557
558
559
560
561
562
563







-
+






-
+







			export cross_host="ppc-morphos"
			;;
		switch)
			if [ -z "$DEVKITPRO" ]; then
				echo "Please set DEVKITPRO!"
				return 1
			fi
			if [ -z $"DEVKITA64" ]; then
			if [ -z "$DEVKITA64" ]; then
				echo "Please set DEVKITA64!"
				return 1
			fi

			export PATH="$DEVKITA64/bin:$PATH"
			export cross_host="aarch64-none-elf"
			export objfw_configure_flags="--with-$1"
			export objfw_configure_flags="--with-nintendo-switch"
			;;
		wii | wii-u)
			if [ -z "$DEVKITPRO" ]; then
				echo "Please set DEVKITPRO!"
				return 1
			fi
			if [ -z "$DEVKITPPC" ]; then