]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/include/common.makefile
ld64-59.2.tar.gz
[apple/ld64.git] / unit-tests / include / common.makefile
index 7d41e765012c900c21ac0785f501871cf7ac4676..266eb8502a3627bc256ea429356be82b12eeadff 100644 (file)
@@ -21,14 +21,17 @@ OTOOL = otool
 ifeq (${ARCH},ppc64)
 OTOOL = otool64
 endif
+ifeq (${ARCH},x86_64)
+OTOOL = otool64
+endif
 
 
 CC              = gcc-4.0 -arch ${ARCH}
-CCFLAGS = -Wall -g -std=c99
+CCFLAGS = -Wall -std=c99
 ASMFLAGS =
 
 CXX              = g++-4.0 -arch ${ARCH}
-CXXFLAGS = -Wall -g
+CXXFLAGS = -Wall
 
 RM      = rm
 RMFLAGS = -rf