* updated blueman (2.3.5 -> 2.4.3)
[t2sde.git] / architecture / x86-64 / pkg_gcc_post.conf
blob8bc40edd15d749e4b5820cd67af7feb5e55bc525
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: architecture/x86-64/pkg_gcc_post.conf
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 [ "$SDECFG_X8664_X32" = 1 ] && var_append confopt ' ' '--with-abi=x32'
17 emulation_arch="`echo $arch_target | sed -e 's/[-_]*64//' -e 's/x86/i386/'`"
18 gcc_amd64_postmake() {
19         if atstage toolchain; then
20                 return
21         elif atstage crossbuild; then
22                 echo "Creating /$prefix/$emulation_arch..."     
23                 mkdir -p $root/$prefix/$emulation_arch/lib
24         fi
26         cd $root/$prefix/$emulation_arch/lib
27         for x in Mcrt1.o crt1.o crti.o crtn.o gcrt1.o \
28                 libc.a libc.so libc_nonshared.a
29         do ln -fvs ../../lib/$x $x ; done
31 hook_add postmake 5 "gcc_amd64_postmake"