aboutsummaryrefslogtreecommitdiff
path: root/soong/linux_glibc/config.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-07-19 14:30:03 -0700
committerColin Cross <ccross@android.com>2022-07-19 15:41:29 -0700
commit027f7afa228990e5f5c3c31833697a6f64e990fa (patch)
tree3471e7b6254d8b73273f99088b927b1bba9529b2 /soong/linux_glibc/config.h
parent721fbffb4c8d131ae18d7a5103e462686a862e27 (diff)
downloadm4-emu-34-2-release.tar.gz
Use the compiler architecture defines instead of overriding them. Bug: 236052820 Test: cross compiles Test: soong/regen.sh Test: soong/regen.sh --musl Change-Id: I656da15f7650664eac1acea3ba12d8d3c3c91220
Diffstat (limited to 'soong/linux_glibc/config.h')
-rw-r--r--soong/linux_glibc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soong/linux_glibc/config.h b/soong/linux_glibc/config.h
index 69dab55..801edec 100644
--- a/soong/linux_glibc/config.h
+++ b/soong/linux_glibc/config.h
@@ -9,7 +9,7 @@
/* #undef __x86_64_x32__ */
#endif
#ifndef __x86_64__
-#define __x86_64__ 1
+/* compiler-set */
#endif
#ifndef __alpha__
/* #undef __alpha__ */