diff options
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/target.in b/config/target.in index c66ddc24..125db59d 100644 --- a/config/target.in +++ b/config/target.in @@ -136,6 +136,8 @@ config ARCH_64 endchoice +source "config.gen/arch.in.2" + #-------------------------------------- comment "Target optimisations" @@ -311,6 +313,4 @@ config TARGET_LDFLAGS Leave blank if you don't know better. -source "config.gen/arch.in.2" - endmenu |