* Makefile.in (TARGET_LDFLAGS): Add -static-libgcc.
(kernel_img_LDFLAGS): Remove -static-libgcc.
This commit is contained in:
parent
2aec1692d9
commit
553c01f958
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-24 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
|
* Makefile.in (TARGET_LDFLAGS): Add -static-libgcc.
|
||||||
|
(kernel_img_LDFLAGS): Remove -static-libgcc.
|
||||||
|
|
||||||
2010-04-24 Christian Franke <franke@computer.org>
|
2010-04-24 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
* configure.ac: Do not CHECK_BSS_START_SYMBOL
|
* configure.ac: Do not CHECK_BSS_START_SYMBOL
|
||||||
|
|
|
@ -99,12 +99,12 @@ TARGET_APPLE_CC = @TARGET_APPLE_CC@
|
||||||
OBJCONV = @OBJCONV@
|
OBJCONV = @OBJCONV@
|
||||||
TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I$(srcdir)/include -I$(builddir) -I$(builddir)/include \
|
TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I$(srcdir)/include -I$(builddir) -I$(builddir)/include \
|
||||||
-Wall -W
|
-Wall -W
|
||||||
TARGET_LDFLAGS = -nostdlib @TARGET_LDFLAGS@
|
TARGET_LDFLAGS = -nostdlib -static-libgcc @TARGET_LDFLAGS@
|
||||||
TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@
|
TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@
|
||||||
TARGET_IMG_LDFLAGS = -nostdlib @TARGET_IMG_LDFLAGS@
|
TARGET_IMG_LDFLAGS = -nostdlib @TARGET_IMG_LDFLAGS@
|
||||||
TARGET_IMG_CFLAGS = @TARGET_IMG_CFLAGS@
|
TARGET_IMG_CFLAGS = @TARGET_IMG_CFLAGS@
|
||||||
TARGET_OBJ2ELF = @TARGET_OBJ2ELF@
|
TARGET_OBJ2ELF = @TARGET_OBJ2ELF@
|
||||||
kernel_img_LDFLAGS = -static-libgcc -lgcc
|
kernel_img_LDFLAGS = -lgcc
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
OBJCOPY = @OBJCOPY@
|
OBJCOPY = @OBJCOPY@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
|
Loading…
Reference in a new issue