]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cross-make
(BUILT_IN_SIN,BUILT_IN_COS): New builtin codes.
[gcc.git] / gcc / cross-make
index 3a9c6704491b634c18526e185603fc73a854c185..a02250357810b21b48d1f803ed0e6f54836be281 100644 (file)
@@ -1,5 +1,9 @@
-# Don't build or use libgcc1.
-LIBGCC1 = 
+# This variable gets added to GCC_CFLAGS.
+CROSS_GCC_CFLAGS = -B$(tooldir)/bin/
+
+# Expect user to provide libgcc1.a,
+# and give up immediately if the user has not done so.
+LIBGCC1 = libgcc1.cross
 
 # Specify tools and options for manipulating libraries for the target machine.
 AR = $(AR_FOR_TARGET)
This page took 0.026206 seconds and 5 git commands to generate.