* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3
doesn't work well with it.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2001-11-03  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
|  | 	* Makefile.common: Remove preferred-stack-boundary setting since gcc | ||||||
|  | 	2.95.3 doesn't work well with it. | ||||||
|  |  | ||||||
| 2001-11-01  Christopher Faylor  <cgf@redhat.com> | 2001-11-01  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
| 	* Makefile.common: Add some stuff to common CFLAGS. | 	* Makefile.common: Add some stuff to common CFLAGS. | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
|  |  | ||||||
| # This makefile requires GNU make. | # This makefile requires GNU make. | ||||||
|  |  | ||||||
| CFLAGS_COMMON:=-Wall -Wwrite-strings -mpreferred-stack-boundary=2 -fno-common -pipe -Winline -fbuiltin# -finline-functions | CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin# -finline-functions | ||||||
| MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc | MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc | ||||||
| MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o | MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user