diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-02 04:44:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-02 04:44:42 +0000 |
commit | d58f43a1bc7167f1be368c1fec340ba075bc09b6 (patch) | |
tree | ca867e6bfcf0201ff945fba3555b5edbcd918581 | |
parent | 0378d00f5245173fd47655534aa80d4cd751688f (diff) | |
download | newlib-d58f43a1bc7167f1be368c1fec340ba075bc09b6.zip newlib-d58f43a1bc7167f1be368c1fec340ba075bc09b6.tar.gz newlib-d58f43a1bc7167f1be368c1fec340ba075bc09b6.tar.bz2 |
* Makefile.common: Add some stuff to common CFLAGS.
-rw-r--r-- | winsup/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/Makefile.common | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 5fb8d8b..3e60f0b 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,7 @@ +2001-11-01 Christopher Faylor <cgf@redhat.com> + + * Makefile.common: Add some stuff to common CFLAGS. + 2001-10-29 Egor Duda <deo@logos-m.ru> * Makefile.in: Propagate 'clean' to subdirs properly. diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 74e17e3..3395036 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -10,7 +10,7 @@ # This makefile requires GNU make. -CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions +CFLAGS_COMMON:=-Wall -Wwrite-strings -mpreferred-stack-boundary=2 -fno-common -pipe -Winline -fbuiltin# -finline-functions MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o |