| Index: compiler-rt/lib/Makefile-pnacl
|
| ===================================================================
|
| --- a/compiler-rt/lib/Makefile-pnacl
|
| +++ b/compiler-rt/lib/Makefile-pnacl
|
| @@ -7,7 +7,6 @@
|
| # The following variables are expected to be set externally:
|
|
|
| # SRC_DIR
|
| -# ARCH
|
| # CC
|
| # AR
|
| # CFLAGS
|
| @@ -43,7 +42,7 @@
|
| umoddi3.c umodsi3.c umodti3.c
|
|
|
| # NOTE: we build pic so we can use this for both pic and non-pic nexes
|
| -EXTRA_FLAGS= -arch ${ARCH} -I${SRC_DIR} --pnacl-allow-translate -O3 -fPIC
|
| +EXTRA_FLAGS= -I${SRC_DIR}
|
| EXTRA_DEFINES= -D_YUGA_LITTLE_ENDIAN=1 -D_YUGA_BIG_ENDIAN=0
|
|
|
| # overwrite default rule to make sure nothig unexpected happens
|
|
|