зеркало из https://github.com/mozilla/pjs.git
Backing out change that was not properly reviewed or bugzilla'd. Sorry guys.
This commit is contained in:
Родитель
a11ea7775a
Коммит
f727805ba5
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "xptcprivate.h"
|
||||
|
||||
#if !defined(__arm__)
|
||||
#if !defined(LINUX) || !defined(__arm__)
|
||||
#error "This code is for Linux ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
|
||||
#endif
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "xptcprivate.h"
|
||||
#include "xptiprivate.h"
|
||||
|
||||
#if !defined(__arm__)
|
||||
#if !defined(LINUX) || !defined(__arm__)
|
||||
#error "This code is for Linux ARM only. Please check if it works for you, too.\nDepends strongly on gcc behaviour."
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче