Initial revision
From-SVN: r14436
This commit is contained in:
parent
f5cbda7cb1
commit
7c388900ab
5
gcc/config/alpha/t-linux
Normal file
5
gcc/config/alpha/t-linux
Normal file
@ -0,0 +1,5 @@
|
||||
# Do not build libgcc1. Let gcc generate those functions. The Linux
|
||||
# C library can handle them.
|
||||
LIBGCC1 =
|
||||
CROSS_LIBGCC1 =
|
||||
LIBGCC1_TEST =
|
6
gcc/config/sparc/t-linux
Normal file
6
gcc/config/sparc/t-linux
Normal file
@ -0,0 +1,6 @@
|
||||
LIBGCC1 =
|
||||
CROSS_LIBGCC1 =
|
||||
|
||||
# We don't want to build .umul, etc., because Linux provides them,
|
||||
# which means that libgcc1-test will fail for cross-compiler.
|
||||
LIBGCC1_TEST =
|
Loading…
Reference in New Issue
Block a user