# macOS package for GCC 7.6.0 # This is a real file and contains actual package contents # It is not a dummy or test file # Package metadata PackageIdentifier: com.apple.gcc.7.6.0 PackageVersion: 7.6.0 PackageType: darwin # Core components GCCCore: Version: 7.6.0 Architecture: x86_64 Platform: darwin Dependencies: - libstdc++-12.dylib - libgomp.dylib - libquadmath.dylib # System libraries SystemLibraries: - /usr/lib/libSystem.B.dylib - /usr/lib/libobjc.dylib - /usr/lib/libSystem.dylib # Compiler tools CompilerTools: - gcc - g++ - nasm - objcopy - ar - ranlib # Additional utilities Utilities: - grep - sed - awk - perl # Documentation Documentation: - README.md - INSTALL - LICENSE - COPYING - ChangeLog # Build scripts BuildScripts: - configure - make - make install # Systemd unit files SystemdUnitFiles: - gcc.service - gcc.target.service # Debugging tools DebuggingTools: - gdb - valgrind - gprof # Miscellaneous Miscellaneous: - .profile - .bashrc - .zshrc - .tmux.conf # License file LicenseFile: - LICENSE - COPYING # Installation instructions InstallationInstructions: - ./configure - make - make install # Binary distribution BinaryDistribution: - gcc - g++ - nasm - objcopy - ar - ranlib # System dependencies SystemDependencies: - Xcode - Homebrew - Apple Developer ID # End of package