Changeset 2f3a594 in mainline


Ignore:
Timestamp:
2007-09-30T08:14:50Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d61252
Parents:
dab65b9
Message:

IA64: Force gcc to build position dependend code (not to use gp register to count global data adresses). Because PIC code should adress only 2M of data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/Makefile

    rdab65b9 r2f3a594  
    6060endif
    6161
    62 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -I../../../../kernel/generic/include -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -fno-unwind-tables -mfixed-range=f32-f127
     62#-mno-pic means do not use gp + imm22 to address data
     63CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -I../../../../kernel/generic/include -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic
    6364
    6465ifdef REVISION
Note: See TracChangeset for help on using the changeset viewer.