release 3.5-pre1
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.5pre1/
This commit is contained in:
parent
fb6ce0d596
commit
cb533a5de5
25 changed files with 2583 additions and 477 deletions
|
@ -68,7 +68,7 @@ CPPFLAGS = -DCONFIG_$(ARCH)
|
|||
OPTIMFLAGS = -O2
|
||||
DEBUGFLAGS = -Wall
|
||||
CFLAGS = $(OPTIMFLAGS) -fpic -fshort-wchar $(DEBUGFLAGS)
|
||||
LDFLAGS = -nostdlib
|
||||
LDFLAGS = -nostdlib -znocombreloc
|
||||
INSTALL = install
|
||||
|
||||
ifeq ($(CONFIG_machspec_netconfig),y)
|
||||
|
@ -121,7 +121,8 @@ CFLAGS += -mfixed-range=f32-f127
|
|||
else
|
||||
ifeq ($(ARCH),ia32)
|
||||
prefix =
|
||||
CC = $(prefix)gcc3
|
||||
# CC = $(prefix)gcc3
|
||||
CC = $(prefix)gcc
|
||||
AS = $(prefix)as
|
||||
LD = $(prefix)ld
|
||||
AR = $(prefix)ar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue