mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
SUNOS4_CC -> SUNOS_CC.
This commit is contained in:
parent
9ebe05c5bc
commit
1521aef1db
@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35 2004/12/31 22:01:05 pgsql Exp $
|
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.36 2005/07/30 03:07:40 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -241,7 +241,7 @@ tas_dummy() /* really means: extern int tas(slock_t
|
|||||||
* *lock); */
|
* *lock); */
|
||||||
{
|
{
|
||||||
|
|
||||||
#ifdef SUNOS4_CC
|
#ifdef SUNOS_CC
|
||||||
asm(".seg \"data\"");
|
asm(".seg \"data\"");
|
||||||
asm(".seg \"text\"");
|
asm(".seg \"text\"");
|
||||||
#else
|
#else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
if test "$GCC" != yes ; then
|
if test "$GCC" != yes ; then
|
||||||
CC="$CC -Xa" # relaxed ISO C mode
|
CC="$CC -Xa" # relaxed ISO C mode
|
||||||
CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall
|
CFLAGS="-v -DSUNOS_CC" # -v is like gcc -Wall
|
||||||
if test "$enable_debug" != yes; then
|
if test "$enable_debug" != yes; then
|
||||||
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user