A shell that runs x86_64 assembly
c
x86-64
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425
  1. #!/usr/bin/make -f
  2. # See debhelper(7) (uncomment to enable)
  3. # output every command that modifies files on the build system.
  4. #export DH_VERBOSE = 1
  5. # see FEATURE AREAS in dpkg-buildflags(1)
  6. #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  7. # see ENVIRONMENT in dpkg-buildflags(1)
  8. # package maintainers to append CFLAGS
  9. #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
  10. # package maintainers to append LDFLAGS
  11. #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
  12. %:
  13. dh $@
  14. # dh_make generated override targets
  15. # This is example for Cmake (See https://bugs.debian.org/641051 )
  16. #override_dh_auto_configure:
  17. # dh_auto_configure -- \
  18. # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)