Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/template/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 751 B image not shown  

Quelle  solaris

  Sprache: C
 

# src/template/solaris

# Extra CFLAGS for code that will go into a shared library
if test "$GCC" = yes ; then
  CFLAGS_SL="-fPIC"
else
  CFLAGS_SL="-KPIC"
fi

if test "$SUN_STUDIO_CC" = yes ; then
  CC="$CC -Xa"   # relaxed ISO C mode
  CFLAGS="-v"   # -v is like gcc -Wall
  if test "$enable_debug" != yes; then
    CFLAGS="$CFLAGS -O"  # any optimization breaks debug
  fi

  # Pick the right test-and-set (TAS) code for the Sun compiler.
  # We would like to use in-line assembler, but the compiler
  # requires *.il files to be on every compile line, making
  # the build system too fragile.
  case $host_cpu in
    sparc)
 need_tas=yes
 tas_file=sunstudio_sparc.s
    ;;
    i?86|x86_64)
 need_tas=yes
 tas_file=sunstudio_x86.s
    ;;
  esac
fi

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-08-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.