blob: cad17ddbfa14b6075101939cca98a3a9e9ec44f9 [file] [log] [blame]
# -*- makefile -*-
#
# arch/i386/MCONFIG
#
# Special rules for this architecture. Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#
OPTFLAGS = -march=i386 -mcpu=i686 -Os -fomit-frame-pointer \
-malign-functions=0 -malign-jumps=0 -malign-loops=0
BITSIZE = 32
# Extra linkflags when building the shared version of the library
# This address needs to be reachable using normal inter-module
# calls, and work on the memory models for this architecture
# 96 MB - normal binaries start at 128 MB
SHAREDFLAGS = -Ttext 0x06000000