configs  Check-in [d0486753ab]

Overview
Comment:zshrc: Use m68k-amigaos-g++ for ObjFW
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d0486753ab105fb078867cc85520d175c798a83579c260da65a4ebf31bbbc10b
User & Date: js on 2023-08-06 11:59:47
Other Links: manifest | tags
Context
2023-08-06
12:01
zshrc: Don't always have a gpg-agent running check-in: e0421e090f user: js tags: trunk
11:59
zshrc: Use m68k-amigaos-g++ for ObjFW check-in: d0486753ab user: js tags: trunk
2023-05-28
11:40
Update gnome-terminal profile check-in: 4d3df85dbc user: js tags: trunk
Changes

Modified zshrc from [55f2cb5fbf] to [26ba6d2eaa].

432
433
434
435
436
437
438

439
440
441
442
443
444
445
			if [ -z "$amiga_gcc_path" ]; then
				echo "Please set amiga_gcc_path!" 1>&2
				return 1
			fi

			export PATH="$amiga_gcc_path/bin:$PATH"
			export cross_host="m68k-amigaos"

			;;
		ppc)
			if [ -z "$adtools_path" ]; then
				echo "Please set adtools_path!" 1>&2
				return 1
			fi








>







432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
			if [ -z "$amiga_gcc_path" ]; then
				echo "Please set amiga_gcc_path!" 1>&2
				return 1
			fi

			export PATH="$amiga_gcc_path/bin:$PATH"
			export cross_host="m68k-amigaos"
			export objfw_configure_flags="OBJC=m68k-amigaos-g++"
			;;
		ppc)
			if [ -z "$adtools_path" ]; then
				echo "Please set adtools_path!" 1>&2
				return 1
			fi