summaryrefslogtreecommitdiff
path: root/core/nds32/config_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/config_core.h')
-rw-r--r--core/nds32/config_core.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/nds32/config_core.h b/core/nds32/config_core.h
new file mode 100644
index 0000000000..57909a263a
--- /dev/null
+++ b/core/nds32/config_core.h
@@ -0,0 +1,13 @@
+/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __CONFIG_CORE_H
+#define __CONFIG_CORE_H
+
+/* Linker binary architecture and format */
+#define BFD_ARCH nds32
+#define BFD_FORMAT "elf32-nds32le"
+
+#endif /* __CONFIG_CORE_H */