Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm/conf
Module Name: src
Committed By: mrg
Date: Sun Feb 18 10:49:43 UTC 2024
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
if we're building with GCC and MACHINE_CPU is aarch64, error out since
that isn't going to work.
doing this better in config(1) is difficult, but at least we can
detect and give a useful error message for this case instead of just
erroring out with some compiler options aren't supported. if we have
a good solution for config(1) we can remove this hack here..
might want to copy this hack for riscv too.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/arm/conf/Makefile.arm
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index