mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Squawk if target architecture is unknown
This commit is contained in:
parent
6567c4d04f
commit
05f642af1f
@ -27,6 +27,8 @@
|
||||
//#include "SparcCpu.h"
|
||||
#elif defined(GENERATE_FOR_HPPA)
|
||||
#include "HPPACpu.h"
|
||||
#else
|
||||
#error "Architecture not supported"
|
||||
#endif
|
||||
|
||||
#ifndef CPU_IS_SUPPORTED
|
||||
|
Loading…
Reference in New Issue
Block a user