diff options
author | Manfred Hollstein <manfredh@redhat.com> | 2000-12-03 09:47:29 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 2000-12-03 09:47:29 +0000 |
commit | 94a3d3b9c3b3dbc41385eab24645a76e76db3cb2 (patch) | |
tree | 9d3042045bd857464bc68b5685338afb0f78f488 /gcc/config/arm/t-linux | |
parent | bd165d078b2d978d946547720e51786fc03cd160 (diff) | |
download | gcc-94a3d3b9c3b3dbc41385eab24645a76e76db3cb2.zip gcc-94a3d3b9c3b3dbc41385eab24645a76e76db3cb2.tar.gz gcc-94a3d3b9c3b3dbc41385eab24645a76e76db3cb2.tar.bz2 |
t-linux (MULTILIB_OPTIONS): Comment.
* arm/t-linux (MULTILIB_OPTIONS): Comment.
(MULTILIB_DIRNAMES): Likewise.
(EXTRA_MULTILIB_PARTS): Likewise.
(LIBGCC): Likewise.
(INSTALL_LIBGCC): Likewise.
From-SVN: r37970
Diffstat (limited to 'gcc/config/arm/t-linux')
-rw-r--r-- | gcc/config/arm/t-linux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/t-linux b/gcc/config/arm/t-linux index 17c0497..b57fb01 100644 --- a/gcc/config/arm/t-linux +++ b/gcc/config/arm/t-linux @@ -13,15 +13,15 @@ LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx -MULTILIB_OPTIONS = mhard-float/msoft-float -MULTILIB_DIRNAMES = hard-float soft-float +# MULTILIB_OPTIONS = mhard-float/msoft-float +# MULTILIB_DIRNAMES = hard-float soft-float # If you want to build both APCS variants as multilib options this is how # to do it. # MULTILIB_OPTIONS += mapcs-32/mapcs-26 # MULTILIB_DIRNAMES += apcs-32 apcs-26 -EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o +# EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib +# LIBGCC = stmp-multilib +# INSTALL_LIBGCC = install-multilib |