We do not have platform-specific linker scripts anymore

This commit is contained in:
Jan Stoess 2009-07-21 20:45:55 +02:00
parent 950fbecd64
commit 3ebf15e8a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
######################################################################
##
## Copyright (C) 2002-2007, Karlsruhe University
## Copyright (C) 2002-2007, 2009, Karlsruhe University
##
## 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 \
space.cc user.cc trap.S trampoline.S memcontrol.cc)