diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-07 07:38:47 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-07 07:38:47 +0000 |
commit | 8f138f687443a9696b1950895acb0aea658e6560 (patch) | |
tree | e40aec0e2020b8c7c5886ef60a0b705bd28ca825 /config/ChangeLog | |
parent | 04d2ac07a5eddd975a7bdee3b18e3519b0fd9c4e (diff) | |
download | gdb-8f138f687443a9696b1950895acb0aea658e6560.zip gdb-8f138f687443a9696b1950895acb0aea658e6560.tar.gz gdb-8f138f687443a9696b1950895acb0aea658e6560.tar.bz2 |
config/
* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
(CXXFLAGS_FOR_TARGET): Likewise.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 30cb805..cb0b61a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2007-09-07 Richard Sandiford <richard@codesourcery.com> + + * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt. + (CXXFLAGS_FOR_TARGET): Likewise. + 2007-08-18 Paul Brook <paul@codesourcery.com> Joseph Myers <joseph@codesourcery.com> |