mirror of https://github.com/l4ka/pistachio.git
We do not have platform-specific linker scripts anymore
This commit is contained in:
parent
950fbecd64
commit
3ebf15e8a4
|
@ -1,6 +1,6 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2002-2007, Karlsruhe University
|
## Copyright (C) 2002-2007, 2009, Karlsruhe University
|
||||||
##
|
##
|
||||||
## File path: glue/v4-x86/x32/Makeconf
|
## File path: glue/v4-x86/x32/Makeconf
|
||||||
##
|
##
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
##
|
##
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
LDSCRIPT = $(SRCDIR)/src/glue/$(API)-$(ARCH)/$(SUBARCH)/linker-$(PLATFORM).lds
|
LDSCRIPT = $(SRCDIR)/src/glue/$(API)-$(ARCH)/$(SUBARCH)/linker.lds
|
||||||
|
|
||||||
SOURCES += $(addprefix src/glue/$(API)-$(ARCH)/$(SUBARCH)/, init.cc exception.cc \
|
SOURCES += $(addprefix src/glue/$(API)-$(ARCH)/$(SUBARCH)/, init.cc exception.cc \
|
||||||
space.cc user.cc trap.S trampoline.S memcontrol.cc)
|
space.cc user.cc trap.S trampoline.S memcontrol.cc)
|
||||||
|
|
Loading…
Reference in New Issue