Print this page
7069 i386_XARCH should include -m32

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 328 lines elided ↑ open up ↑
 329  329  #
 330  330  sparc_CCUNBOUND = -Wd,-xsafe=unboundsym
 331  331  i386_CCUNBOUND  =
 332  332  CCUNBOUND       = $($(MACH)_CCUNBOUND)
 333  333  
 334  334  #
 335  335  # compiler '-xarch' flag. This is here to centralize it and make it
 336  336  # overridable for testing.
 337  337  sparc_XARCH=    -m32
 338  338  sparcv9_XARCH=  -m64
 339      -i386_XARCH=
      339 +i386_XARCH=     -m32
 340  340  amd64_XARCH=    -m64 -Ui386 -U__i386
 341  341  
 342  342  # assembler '-xarch' flag.  Different from compiler '-xarch' flag.
 343  343  sparc_AS_XARCH=         -xarch=v8plus
 344  344  sparcv9_AS_XARCH=       -xarch=v9
 345  345  i386_AS_XARCH=
 346  346  amd64_AS_XARCH=         -xarch=amd64 -P -Ui386 -U__i386
 347  347  
 348  348  #
 349  349  # These flags define what we need to be 'standalone' i.e. -not- part
↓ open down ↓ 824 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX