Commit 36b9c271 by Richard Henderson Committed by Richard Henderson

linux.h, [...]: Remove code protected by USE_GNULIBC_1.

        * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
        code protected by USE_GNULIBC_1.

From-SVN: r66847
parent 9cefd2ca
2003-05-15 Richard Henderson <rth@redhat.com>
* config/alpha/linux.h, config/alpha/linux-elf.h: Remove
code protected by USE_GNULIBC_1.
2003-05-15 Zack Weinberg <zack@codesourcery.com> 2003-05-15 Zack Weinberg <zack@codesourcery.com>
* config.gcc: Purge all targets obsoleted in GCC 3.3. Also * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
......
...@@ -27,11 +27,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,11 +27,7 @@ Boston, MA 02111-1307, USA. */
#define SUBTARGET_EXTRA_SPECS \ #define SUBTARGET_EXTRA_SPECS \
{ "elf_dynamic_linker", ELF_DYNAMIC_LINKER }, { "elf_dynamic_linker", ELF_DYNAMIC_LINKER },
#ifdef USE_GNULIBC_1
#define ELF_DYNAMIC_LINKER "/lib/ld.so.1"
#else
#define ELF_DYNAMIC_LINKER "/lib/ld-linux.so.2" #define ELF_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#endif
#define LINK_SPEC "-m elf64alpha %{G*} %{relax:-relax} \ #define LINK_SPEC "-m elf64alpha %{G*} %{relax:-relax} \
%{O*:-O3} %{!O*:-O1} \ %{O*:-O3} %{!O*:-O1} \
...@@ -42,8 +38,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -42,8 +38,6 @@ Boston, MA 02111-1307, USA. */
%{!dynamic-linker:-dynamic-linker %(elf_dynamic_linker)}} \ %{!dynamic-linker:-dynamic-linker %(elf_dynamic_linker)}} \
%{static:-static}}" %{static:-static}}"
#ifndef USE_GNULIBC_1
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC \ #define LIB_SPEC \
"%{pthread:-lpthread} %{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} " "%{pthread:-lpthread} %{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} "
#endif
...@@ -61,9 +61,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -61,9 +61,7 @@ Boston, MA 02111-1307, USA. */
/* Determine whether the the entire c99 runtime is present in the /* Determine whether the the entire c99 runtime is present in the
runtime library. */ runtime library. */
#ifndef USE_GNULIBC_1
#define TARGET_C99_FUNCTIONS 1 #define TARGET_C99_FUNCTIONS 1
#endif
#define TARGET_HAS_F_SETLKW #define TARGET_HAS_F_SETLKW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment