⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-25 21:46:04.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-25 21:46:04.0 +00:00:00
commit
a576cda8cd1d7a418f9d4341646ffe8b29c64332 [patch]
tree
ea1cb86f685116ab28edd49f23e8ecda4e395da9
parent
da7d5efeb4e2aa981ab3c790f6e26164589a60e8
download
a576cda8cd1d7a418f9d4341646ffe8b29c64332.tar.gz

Missed those two in last commit.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29026 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 binutils/gas/config/te-beos.h  | 10 ++++++++++
 binutils/gas/config/te-haiku.h | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/binutils/gas/config/te-beos.h b/binutils/gas/config/te-beos.h
new file mode 100644
index 0000000..af472ad 100644
--- /dev/null
+++ b/binutils/gas/config/te-beos.h
@@ -1,0 +1,10 @@
/* Target environment for BeOS/Haiku.  It is the same as the generic
   target, except that it arranges via the TE_BeOS define to
   suppress the use of "/" as a comment character.  Some code in the
   haiku kernel uses "/" to mean division.  (What a concept!)  */
#define TE_BeOS 1

#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1

#include "obj-format.h"
diff --git a/binutils/gas/config/te-haiku.h b/binutils/gas/config/te-haiku.h
new file mode 100644
index 0000000..af472ad 100644
--- /dev/null
+++ b/binutils/gas/config/te-haiku.h
@@ -1,0 +1,10 @@
/* Target environment for BeOS/Haiku.  It is the same as the generic
   target, except that it arranges via the TE_BeOS define to
   suppress the use of "/" as a comment character.  Some code in the
   haiku kernel uses "/" to mean division.  (What a concept!)  */
#define TE_BeOS 1

#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1

#include "obj-format.h"