mirror of git://gcc.gnu.org/git/gcc.git
parent
6c329b9314
commit
117c9b1c9d
|
@ -1,8 +1,21 @@
|
||||||
|
Fri Jul 14 18:13:23 2000 Mark P Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* mh-irix6 (CC): Don't set it.
|
||||||
|
|
||||||
2000-06-21 Branko Cibej <branko.cibej@hermes.si>
|
2000-06-21 Branko Cibej <branko.cibej@hermes.si>
|
||||||
|
|
||||||
* mh-sparcpic: Use single instead of double quotes.
|
* mh-sparcpic: Use single instead of double quotes.
|
||||||
* mt-sparcpic: Likewise.
|
* mt-sparcpic: Likewise.
|
||||||
|
|
||||||
|
2000-06-19 Syd Polk <spolk@redhat.com>
|
||||||
|
|
||||||
|
* acinclude.m4: Updated for Incr Tcl 3.0.
|
||||||
|
|
||||||
|
2000-02-23 Linas Vepstas <linas@linas.org>
|
||||||
|
|
||||||
|
* mh-i370pic: New file.
|
||||||
|
* mt-i370pic: New file.
|
||||||
|
|
||||||
2000-02-22 Nick Clifton <nickc@cygnus.com>
|
2000-02-22 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* config/mt-wince: new file: Makefile fragment for WinCE targets.
|
* config/mt-wince: new file: Makefile fragment for WinCE targets.
|
||||||
|
@ -16,6 +29,18 @@ Tue Sep 7 23:31:01 1999 Linas Vepstas <linas@linas.org>
|
||||||
|
|
||||||
* mh-openedition: New file.
|
* mh-openedition: New file.
|
||||||
|
|
||||||
|
1999-04-07 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
* mt-d30v: New file, pass -g -Os -Wa,-C as default options.
|
||||||
|
|
||||||
|
1999-02-08 Syd Polk <spolk@cygnus.com>
|
||||||
|
|
||||||
|
* acinclude.m4: Added macros to find itcl files.
|
||||||
|
Export TCL_CFLAGS from tclConfig.sh.
|
||||||
|
Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
|
||||||
|
ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
|
||||||
|
Replace TIX macros with better ones from snavigator.
|
||||||
|
|
||||||
Tue Feb 2 22:51:21 1999 Philip Blundell <philb@gnu.org>
|
Tue Feb 2 22:51:21 1999 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
* mh-armpic: New file. Patch from Jim Pick <jim@jimpick.com>.
|
* mh-armpic: New file. Patch from Jim Pick <jim@jimpick.com>.
|
||||||
|
@ -37,6 +62,16 @@ Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
|
||||||
* mh-cygwin32: delete
|
* mh-cygwin32: delete
|
||||||
* mh-cygwin: was mh-cygwin32
|
* mh-cygwin: was mh-cygwin32
|
||||||
|
|
||||||
|
1998-10-26 Syd Polk <spolk@cygnus.com>
|
||||||
|
|
||||||
|
* acinclude.m4: TCLHDIR and TKHDIR need to be run through
|
||||||
|
cygpath for Microsoft builds.
|
||||||
|
|
||||||
|
1998-10-20 Syd Polk <spolk@cygnus.com>
|
||||||
|
|
||||||
|
* acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
|
||||||
|
because itcl needs them.
|
||||||
|
|
||||||
Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu>
|
Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu>
|
||||||
|
|
||||||
* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
|
* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
|
||||||
|
@ -49,6 +84,10 @@ Mon Aug 10 00:15:47 1998 HJ Lu (hjl@gnu.org)
|
||||||
|
|
||||||
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
|
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
|
||||||
|
|
||||||
|
1998-05-29 Rob Savoye <rob@chinadoll.cygnus.com>
|
||||||
|
|
||||||
|
* acinclude.m4: New collection of generic autoconf macros.
|
||||||
|
|
||||||
Wed Apr 22 12:24:28 1998 Michael Meissner <meissner@cygnus.com>
|
Wed Apr 22 12:24:28 1998 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
* mt-ospace: New file, support using -Os instead of -O2 to compile
|
* mt-ospace: New file, support using -Os instead of -O2 to compile
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
PICFLAG=-fPIC
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Build libraries optimizing for space, not speed.
|
||||||
|
# Turn off warnings about symbols named the same as registers
|
||||||
|
CFLAGS_FOR_TARGET = -g -Os -Wa,-C
|
||||||
|
CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
|
|
@ -0,0 +1 @@
|
||||||
|
PICFLAG_FOR_TARGET=-fPIC
|
Loading…
Reference in New Issue