summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k
blob: abb9335cce5b13c3ec435924a74e2c92d863c8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#

config TARGET_ARCH
	default "m68k"

config ARCH_SUPPORTS_BIG_ENDIAN
	bool
	default y

config ARCH_CFLAGS
	string
	default "-Wa,--bitwise-or"

config LIBGCC_CFLAGS
	string