Files
calc/custom
Landon Curt Noll fde724aa2d Release v2.14.0.9
The following are the changes in this release:

    Due to issues with clang and Apple Silicon, ARCH_CFLAGS is now,
    by default, empty:

	ARCH_CFLAGS=

    If you want to use, say, -march=native, then either change
    the Makefile or make with:

	make all ARCH_CFLAGS='-march=native'

    Added arch and hardware as GNU Makefile computed values.
    As with ${target}, ${arch} and ${hardware} is computed by uname:

	target: uname -a
	arch: uname -p
	hardware: uname -m

    Fixed compiling calc on Apple Silicon with homebrew.  On Apple
    Silicon, HomeBrew installs on into a different location.  The
    Makefile checks if ${hardware} is arm64 and adjusts the location
    of libraries such as readline and history accordingly.
2021-11-24 01:35:01 -08:00
..
2017-05-23 01:33:23 -07:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2021-03-11 01:54:28 -08:00
2017-05-23 01:33:23 -07:00
2021-11-24 01:35:01 -08:00
2021-11-24 01:35:01 -08:00
2021-03-26 16:52:32 -07:00