]> sourceware.org Git - glibc.git/commitdiff
tile: support biarch tilegx with a new tilegx Makefile
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 17:14:28 +0000 (13:14 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 17:15:24 +0000 (13:15 -0400)
ChangeLog.tile
sysdeps/unix/sysv/linux/tile/tilegx/Makefile [new file with mode: 0644]

index 4e012515b2968126215d91b8bcc5b4b98a4d8b23..d8009ab6e491f0db3fd29ec7f173e56385529967 100644 (file)
@@ -1,5 +1,7 @@
 2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: New file.
+
        * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Replace
        _internal alias by hidden_def.
 
diff --git a/sysdeps/unix/sysv/linux/tile/tilegx/Makefile b/sysdeps/unix/sysv/linux/tile/tilegx/Makefile
new file mode 100644 (file)
index 0000000..f21610c
--- /dev/null
@@ -0,0 +1,10 @@
+ifeq ($(subdir),misc)
+
+# Provide biarch definitions.
+abi-variants := 64 32
+abi-64-options := -D__LP64__
+abi-64-condition := __WORDSIZE == 64
+abi-32-options := -U__LP64__
+abi-32-condition := __WORDSIZE == 32
+
+endif
This page took 0.041925 seconds and 5 git commands to generate.