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

config TARGET_ARCH
	default "m68k"

config FORCE_OPTIONS_FOR_ARCH
	bool
	default y
	select ARCH_BIG_ENDIAN

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

config LIBGCC_CFLAGS
	string