diff options
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index ac3853e..3a9c670 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -1,5 +1,5 @@ -# Don't really put anything in libgcc1. -LIBGCC1 = libgcc1.null +# Don't build or use libgcc1. +LIBGCC1 = # Specify tools and options for manipulating libraries for the target machine. AR = $(AR_FOR_TARGET) |