summaryrefslogtreecommitdiff
path: root/gcc/config/kfreebsd-gnu.h
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 15:32:55 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 15:32:55 +0000
commita306f2da568582f9e42bbecdd99bbe106662e376 (patch)
tree102c30f302687eb7748ae7dc27626f6febdd7d2b /gcc/config/kfreebsd-gnu.h
parent3f6c197f08b8b73703d87d63ffff7eae3e00d9aa (diff)
downloadgcc-a306f2da568582f9e42bbecdd99bbe106662e376.tar.gz
* config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
* config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with `config/linux.h'. * config/i386/kfreebsd-gnu64.h: New file. * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h' with `i386/kfreebsd-gnu64.h'. * config/i386/linux64.h (GNU_USER_LINK_EMULATION32) (GNU_USER_LINK_EMULATION64): New macros. * config/i386/gnu-user64.h (LINK_SPEC): Rely on `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead of hardcoding `elf_i386' and `elf_x86_64'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/kfreebsd-gnu.h')
-rw-r--r--gcc/config/kfreebsd-gnu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/kfreebsd-gnu.h b/gcc/config/kfreebsd-gnu.h
index 4cc1dc290a8..0317c8dd2a8 100644
--- a/gcc/config/kfreebsd-gnu.h
+++ b/gcc/config/kfreebsd-gnu.h
@@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-#undef GNU_USER_TARGET_OS_CPP_BUILTINS
#define GNU_USER_TARGET_OS_CPP_BUILTINS() \
do \
{ \
@@ -31,5 +30,6 @@ along with GCC; see the file COPYING3. If not see
} \
while (0)
-#undef GNU_USER_DYNAMIC_LINKER
-#define GNU_USER_DYNAMIC_LINKER "/lib/ld.so.1"
+#define GNU_USER_DYNAMIC_LINKER GLIBC_DYNAMIC_LINKER
+#define GNU_USER_DYNAMIC_LINKER32 GLIBC_DYNAMIC_LINKER32
+#define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64