Changeset f1af679 in mainline for boot/arch/ia64/loader/gefi/Make.defaults
- Timestamp:
- 2008-02-19T09:56:43Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75c426b4
- Parents:
- 343dc9e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/Make.defaults
r343dc9e3 rf1af679 39 39 GCC_VERSION=$(shell $(CROSS_COMPILE)$(CC) -v 2>&1 | fgrep 'gcc version' | cut -f3 -d' ' | cut -f1 -d'.') 40 40 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 = 42 CC = $(prefix)gcc 43 AS = $(prefix)as 44 LD = $(prefix)ld 45 AR = $(prefix)ar 46 RANLIB = $(prefix)ranlib 47 OBJCOPY = $(prefix)objcopy 48 OBJDUMP = $(prefix)objdump 49 49 50 50 … … 55 55 CFLAGS += -mfixed-range=f32-f127 56 56 57 else58 ifeq ($(ARCH),ia32)59 #60 # gcc-3.x is required61 #62 prefix =63 ifneq ($(GCC_VERSION),2)64 CC = $(prefix)gcc65 else66 CC = $(prefix)gcc3 #must have gcc 3.x67 endif68 AS = $(prefix)as69 LD = $(prefix)ld70 AR = $(prefix)ar71 RANLIB = $(prefix)ranlib72 OBJCOPY = $(prefix)objcopy73 endif74 endif75
Note:
See TracChangeset
for help on using the changeset viewer.