diff options
| author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-03 09:47:29 +0000 |
|---|---|---|
| committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-03 09:47:29 +0000 |
| commit | 14ad0a6e78e07a5c683df62781f2efc241bd7185 (patch) | |
| tree | 9d3042045bd857464bc68b5685338afb0f78f488 | |
| parent | 2d12982e9b8c86409e83d1c0f1ad38395e9d444c (diff) | |
| download | ppe42-gcc-14ad0a6e78e07a5c683df62781f2efc241bd7185.tar.gz ppe42-gcc-14ad0a6e78e07a5c683df62781f2efc241bd7185.zip | |
* arm/t-linux (MULTILIB_OPTIONS): Comment.
(MULTILIB_DIRNAMES): Likewise.
(EXTRA_MULTILIB_PARTS): Likewise.
(LIBGCC): Likewise.
(INSTALL_LIBGCC): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37970 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 8 | ||||
| -rw-r--r-- | gcc/config/arm/t-linux | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61ac69e7f84..9515f931c67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2000-12-03 Manfred Hollstein <manfredh@redhat.com> + + * arm/t-linux (MULTILIB_OPTIONS): Comment. + (MULTILIB_DIRNAMES): Likewise. + (EXTRA_MULTILIB_PARTS): Likewise. + (LIBGCC): Likewise. + (INSTALL_LIBGCC): Likewise. + 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * builtins.c (expand_builtin_strcat, expand_builtin_strncat, diff --git a/gcc/config/arm/t-linux b/gcc/config/arm/t-linux index 17c04972967..b57fb016a3a 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 |

