summaryrefslogtreecommitdiff
path: root/gcc/config/i386/biarch64.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 00:38:36 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 00:38:36 +0000
commit76b5af686a499d642b5c749697883af85a92fc69 (patch)
tree3e449b4deebc1ddb35b1bbfdc216b6006948d80d /gcc/config/i386/biarch64.h
parenta4d618bfc0e29d8a1d3c347b6332d023a11812b9 (diff)
downloadgcc-76b5af686a499d642b5c749697883af85a92fc69.tar.gz
* config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
(TARGET_BI_ARCH): Likewise. * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value. (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT. (TARGET_64BIT_DEFAULT): Default to 0. (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/biarch64.h')
-rw-r--r--gcc/config/i386/biarch64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/biarch64.h b/gcc/config/i386/biarch64.h
index e2a5d917f80..2d3469833b8 100644
--- a/gcc/config/i386/biarch64.h
+++ b/gcc/config/i386/biarch64.h
@@ -21,5 +21,5 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define TARGET_64BIT_DEFAULT
-#define TARGET_BI_ARCH
+#define TARGET_64BIT_DEFAULT MASK_64BIT
+#define TARGET_BI_ARCH 1