diff options
author | DJ Delorie <dj@redhat.com> | 2002-04-12 01:23:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-04-12 01:23:53 +0000 |
commit | 3d8b830ba7b8edf0b913ec2189fb4e7efcaf0f6c (patch) | |
tree | 95de037b681aff29de1583cf5ef043c2d85e46bb /config/mt-alphaieee | |
parent | *** empty log message *** (diff) | |
download | binutils-gdb-3d8b830ba7b8edf0b913ec2189fb4e7efcaf0f6c.tar.gz binutils-gdb-3d8b830ba7b8edf0b913ec2189fb4e7efcaf0f6c.tar.bz2 binutils-gdb-3d8b830ba7b8edf0b913ec2189fb4e7efcaf0f6c.zip |
sync with gcc
2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* acinclude.m4: Fix spelling error of "separate" as "seperate".
2001-05-22 Jason Merrill <jason_merrill@redhat.com>
* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
2001-01-27 Richard Henderson <rth@redhat.com>
* mt-alphaieee: New file.
2001-01-02 Laurynas Biveinis <lauras@softhome.net>
* mh-djgpp: do not set CFLAGS.
2000-08-04 Mark Elbrecht <snowball3@bigfoot.com>
* mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
modify 'gcc_version'.
2000-07-21 Andrew Haley <aph@cygnus.com>
* mh-ia64pic: New file.
* mt-ia64pic: New file.
Diffstat (limited to 'config/mt-alphaieee')
-rw-r--r-- | config/mt-alphaieee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mt-alphaieee b/config/mt-alphaieee new file mode 100644 index 00000000000..9c205314ad5 --- /dev/null +++ b/config/mt-alphaieee @@ -0,0 +1,2 @@ +CFLAGS_FOR_TARGET += -mieee +CXXFLAGS_FOR_TARGET += -mieee |