Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • c78f6b3
  • /
  • providers
  • /
  • implementations
  • /
  • rands
  • /
  • seeding
  • /
  • build.info
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:9c5eefee2d0c3c74178a5e6052a7384f724f89bc
directory badge Iframe embedding
swh:1:dir:84e36f77c1f58d539a3ef45159ad1017784d0e1a
build.info
$COMMON=rand_unix.c rand_win.c rand_tsc.c
IF[{- $config{target} =~ /vxworks/i -}]
  $COMMON=$COMMON rand_vxworks.c
ENDIF
IF[{- $config{target} =~ /vms/i -}]
  $COMMON=$COMMON rand_vms.c
ENDIF
IF[{- !$disabled{asm} && $config{target} =~ '.*aarch64' -}]
  $COMMON=$COMMON rand_cpu_arm64.c
ELSE
  $COMMON=$COMMON rand_cpu_x86.c
ENDIF

SOURCE[../../../libdefault.a]=$COMMON

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top