Changed Makefile to error out if an invalid target is specified
This commit is contained in:
parent
dc207396fc
commit
a4fff86e40
1 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -158,6 +158,8 @@ else ifeq ($(PLATFORM),sun8i)
|
|||
# quote: The assembly code in bn_mul.h is optimized for the ARM platform and uses some registers, including r7 to efficiently do an operation. GCC also uses r7 as the frame pointer under ARM Thumb assembly.
|
||||
MORE_CFLAGS += -fomit-frame-pointer
|
||||
endif
|
||||
else
|
||||
$(error Unknown platform:$(PLATFORM))
|
||||
endif
|
||||
|
||||
RM = rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue