make/linux/platform_i486

Tue, 03 May 2011 18:24:55 +0400

author
dsamersoff
date
Tue, 03 May 2011 18:24:55 +0400
changeset 2839
250642c729b4
parent 545
a49a647afe9a
child 6876
710a3c8b516e
permissions
-rw-r--r--

7041156: gcc 4.6 doesn't recognise -export-dynamic option
Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic
Reviewed-by: dsamersoff, dholmes
Contributed-by: omajid@redhat.com

     1 os_family = linux
     3 arch = x86
     5 arch_model = x86_32
     7 os_arch = linux_x86
     9 os_arch_model = linux_x86_32
    11 lib_arch = i386
    13 compiler = gcc
    15 sysdefs = -DLINUX -D_GNU_SOURCE -DIA32

mercurial