6903453: Zero build on ARM and IA-64
Correctly set uname on ARM, and correctly build fdlibm on IA-64 Reviewed-by: ohair
This commit is contained in:
parent
d49120d466
commit
d6a4ac9734
@ -165,6 +165,9 @@ ifeq ($(SYSTEM_UNAME), Linux)
|
||||
sparc*) \
|
||||
echo sparc \
|
||||
;; \
|
||||
arm*) \
|
||||
echo arm \
|
||||
;; \
|
||||
*) \
|
||||
echo $(mach) \
|
||||
;; \
|
||||
|
@ -29,7 +29,7 @@
|
||||
#ifdef __NEWVALID /* special setup for Sun test regime */
|
||||
#if defined(i386) || defined(i486) || \
|
||||
defined(intel) || defined(x86) || \
|
||||
defined(i86pc) || defined(_M_IA64)
|
||||
defined(i86pc) || defined(_M_IA64) || defined(ia64)
|
||||
#define _LITTLE_ENDIAN
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user