c-loongarch.texi 829 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @c Copyright (C) 2021-2022 Free Software Foundation, Inc.
  2. @c This is part of the GAS anual.
  3. @c For copying conditions, see the file as.texinfo
  4. @c man end
  5. @ifset GENERIC
  6. @page
  7. @node LoongArch-Dependent
  8. @chapter LoongArch Dependent Features
  9. @end ifset
  10. @ifclear GENERIC
  11. @node Machine Dependencies
  12. @chapter LoongArch Dependent Features
  13. @end ifclear
  14. @cindex LoongArch support
  15. @menu
  16. * LoongArch-Options:: LoongArch Options
  17. @end menu
  18. @node LoongArch-Options
  19. @section LoongArch Options
  20. The following table lists all available LoongArch specific options.
  21. @c man begin OPTIONS
  22. @table @gcctabopt
  23. @cindex @samp{-fpic} option, LoongArch
  24. @item -fpic
  25. @itemx -fPIC
  26. Generate position-independent code
  27. @cindex @samp{-fno-pic} option, LoongArch
  28. @item -fno-pic
  29. Don't generate position-independent code (default)
  30. @end table
  31. @c man end