Explorar el Código

Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it should

Eric Andersen hace 21 años
padre
commit
6bfd8e2b20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ldso/libdl/Makefile

+ 1 - 1
ldso/libdl/Makefile

@@ -54,7 +54,7 @@ dlib.o: dlib.c
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 dlib_pic.o: dlib.c
-	$(CC) -I../ldso -I../ldso/$(TARGET_ARCH) $(CFLAGS) -c dlib.c -o dlib_pic.o
+	$(CC) -I../ldso -I../ldso/$(TARGET_ARCH) $(CFLAGS) $(XXFLAGS) -c dlib.c -o dlib_pic.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 $(OBJ): Makefile