mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Switch to gcc 3.4.6.
This commit is contained in:
13
patches/gcc-3.4.6/gcc/mklibgcc.in.diff
Normal file
13
patches/gcc-3.4.6/gcc/mklibgcc.in.diff
Normal file
@ -0,0 +1,13 @@
|
||||
--- gcc-3.4.6/gcc/mklibgcc.in 2013-05-19 20:09:27.000000000 +0200
|
||||
+++ gcc-3.4.6-patched/gcc/mklibgcc.in 2013-05-19 20:23:32.000000000 +0200
|
||||
@@ -42,6 +42,10 @@
|
||||
# SHLIB_INSTALL
|
||||
# MULTILIB_OSDIRNAMES
|
||||
|
||||
+if [ "$LIBGCC_MULTI" != '' ]; then
|
||||
+ MULTILIBS=$LIBGCC_MULTI
|
||||
+fi
|
||||
+
|
||||
# Make needs VPATH to be literal.
|
||||
echo 'srcdir = @srcdir@'
|
||||
echo 'VPATH = @srcdir@'
|
||||
Reference in New Issue
Block a user