Changeset 0d9dc6b in mainline for boot/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2010-05-22T16:09:50Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40239b9
Parents:
af24629
Message:

Explicitly specify the medlow mcmodel instead of merely relying on the model
dictated by the GCC target. Now HelenOS can be built using a different GCC
target.
(Contributed by Igor Kovalenko.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    raf24629 r0d9dc6b  
    3838ENDIANESS = BE
    3939PAGE_SIZE = 16384
    40 EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu
     40EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow
    4141
    4242RD_SRVS_NON_ESSENTIAL +=
Note: See TracChangeset for help on using the changeset viewer.