summaryrefslogtreecommitdiff
path: root/core/nds32/config_core.h
blob: 57909a263a5c640b4a2be48c80657434ea915b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */