Ignore:
Timestamp:
2008-02-19T09:56:43Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75c426b4
Parents:
343dc9e3
Message:

IA64: crosscompilation support for GNU-EFI and hello.efi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/gefi/Make.defaults

    r343dc9e3 rf1af679  
    3939GCC_VERSION=$(shell $(CROSS_COMPILE)$(CC) -v 2>&1 | fgrep 'gcc version' | cut -f3 -d' ' | cut -f1 -d'.')
    4040
    41 ifeq ($(ARCH),ia64)
    42   prefix        =
    43   CC            = $(prefix)gcc
    44   AS            = $(prefix)as
    45   LD            = $(prefix)ld
    46   AR            = $(prefix)ar
    47   RANLIB        = $(prefix)ranlib
    48   OBJCOPY       = $(prefix)objcopy
     41#  prefix       =
     42CC              = $(prefix)gcc
     43AS              = $(prefix)as
     44LD              = $(prefix)ld
     45AR              = $(prefix)ar
     46RANLIB  = $(prefix)ranlib
     47OBJCOPY = $(prefix)objcopy
     48OBJDUMP = $(prefix)objdump
    4949
    5050
     
    5555CFLAGS += -mfixed-range=f32-f127
    5656
    57 else
    58  ifeq ($(ARCH),ia32)
    59 #
    60 # gcc-3.x is required
    61 #
    62   prefix        =
    63   ifneq ($(GCC_VERSION),2)
    64     CC = $(prefix)gcc
    65   else
    66     CC = $(prefix)gcc3 #must have gcc 3.x
    67   endif
    68   AS            = $(prefix)as
    69   LD            = $(prefix)ld
    70   AR            = $(prefix)ar
    71   RANLIB        = $(prefix)ranlib
    72   OBJCOPY       = $(prefix)objcopy
    73  endif
    74 endif
    75 
Note: See TracChangeset for help on using the changeset viewer.