make/solaris/makefiles/i486.make
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/make/solaris/makefiles/i486.make Thu Nov 13 14:14:16 2008
--- new/make/solaris/makefiles/i486.make Thu Nov 13 14:14:15 2008
*** 33,49 ****
--- 33,49 ----
# Special case flags for compilers and compiler versions on i486.
#
ifeq ("${Platform_compiler}", "sparcWorks")
# _lwp_create_interpose must have a frame
! OPT_CFLAGS/os_solaris_i486.o = -xO1
! OPT_CFLAGS/os_solaris_x86.o = -xO1
else
ifeq ("${Platform_compiler}", "gcc")
# gcc
# _lwp_create_interpose must have a frame
! OPT_CFLAGS/os_solaris_i486.o = -fno-omit-frame-pointer
! OPT_CFLAGS/os_solaris_x86.o = -fno-omit-frame-pointer
#
else
# error
_JUNK2_ := $(shell echo >&2 \
"*** ERROR: this compiler is not yet supported by this code base!")
make/solaris/makefiles/i486.make
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File