diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-07 01:12:11 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-07 01:12:11 +0000 |
commit | ce7685fa45ac9fa73fc56e451790badcdfb87990 (patch) | |
tree | df9fd37d63bd7e857734ed51ad0f101802562a20 /gcc/cross-make | |
parent | a5028c3f23909c4643a4530756a1cff09b28390e (diff) | |
download | gcc-ce7685fa45ac9fa73fc56e451790badcdfb87990.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index 6ec4a9a9016..a0225035781 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -1,3 +1,6 @@ +# 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 |